Class: Google::Cloud::Dialogflow::CX::V3::Agent::AnswerFeedbackSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Agent::AnswerFeedbackSettings
- 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
-
#enable_answer_feedback ⇒ ::Boolean
Optional.
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.
194 195 196 197 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 194 class AnswerFeedbackSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |