Class: Google::Cloud::Dialogflow::CX::V3::AnswerFeedback::RatingReason

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/session.rb

Overview

Stores extra information about why users provided thumbs down rating.

Instance Attribute Summary collapse

Instance Attribute Details

#feedback::String

Returns 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.



52
53
54
55
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 52

class RatingReason
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#reason_labels::Array<::String>

Returns 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.



52
53
54
55
# File 'proto_docs/google/cloud/dialogflow/cx/v3/session.rb', line 52

class RatingReason
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end