Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::AnswerFeedback (v0.26.0)

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

#rating=

def rating=(value) -> ::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::Rating
Parameter
Returns

#rating_reason

def rating_reason() -> ::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::RatingReason
Returns

#rating_reason=

def rating_reason=(value) -> ::Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::RatingReason
Parameter
Returns