GoogleCloudDialogflowCxV3AnswerFeedback class
Stores information about feedback provided by users about a response.
Constructors
- GoogleCloudDialogflowCxV3AnswerFeedback({String? customRating, String? rating, GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason? ratingReason})
- GoogleCloudDialogflowCxV3AnswerFeedback.fromJson(Map json_)
Properties
- customRating ↔ String?
-
Custom rating from the user about the provided answer, with maximum length
of 1024 characters.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rating ↔ String?
-
Rating from user for the specific Dialogflow response.
getter/setter pair
- ratingReason ↔ GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason?
-
In case of thumbs down rating provided, users can optionally provide
context about the rating.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited