Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::AnswerFeedback.
Stores information about feedback provided by users about a response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_rating
def custom_rating() -> ::String
Returns
- (::String) — Optional. Custom rating from the user about the provided answer, with maximum length of 1024 characters. For example, client could use a customized JSON object to indicate the rating.
#custom_rating=
def custom_rating=(value) -> ::String
Parameter
- value (::String) — Optional. Custom rating from the user about the provided answer, with maximum length of 1024 characters. For example, client could use a customized JSON object to indicate the rating.
Returns
- (::String) — Optional. Custom rating from the user about the provided answer, with maximum length of 1024 characters. For example, client could use a customized JSON object to indicate the rating.
#rating
def rating() -> ::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::Rating
Returns
- (::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::Rating) — Optional. Rating from user for the specific Dialogflow response.
#rating=
def rating=(value) -> ::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::Rating
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::Rating) — Optional. Rating from user for the specific Dialogflow response.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::Rating) — Optional. Rating from user for the specific Dialogflow response.
#rating_reason
def rating_reason() -> ::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::RatingReason
Returns
- (::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::RatingReason) — Optional. In case of thumbs down rating provided, users can optionally provide context about the rating.
#rating_reason=
def rating_reason=(value) -> ::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::RatingReason
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::RatingReason) — Optional. In case of thumbs down rating provided, users can optionally provide context about the rating.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::RatingReason) — Optional. In case of thumbs down rating provided, users can optionally provide context about the rating.