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
205 206 207 208 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 205 class AnswerFeedbackSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |