Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::RatingReason.
Stores extra information about why users provided thumbs down rating.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#feedback
def feedback() -> ::String
Returns
-
(::String) — Optional. Additional feedback about the rating.
This field can be populated without choosing a predefined
reason
.
#feedback=
def feedback=(value) -> ::String
Parameter
-
value (::String) — Optional. Additional feedback about the rating.
This field can be populated without choosing a predefined
reason
.
Returns
-
(::String) — Optional. Additional feedback about the rating.
This field can be populated without choosing a predefined
reason
.
#reason_labels
def reason_labels() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters.
#reason_labels=
def reason_labels=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters.
Returns
- (::Array<::String>) — Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters.