Class: Google::Cloud::Dialogflow::CX::V3::Agent::AnswerFeedbackSettings

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

Overview

Settings for answer feedback collection.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_answer_feedback::Boolean

Returns Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.

Returns:

  • (::Boolean)

    Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.



197
198
199
200
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 197

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