Class: Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::KnowledgeAssistFeedback
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::KnowledgeAssistFeedback
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/answer_record.rb
Overview
Feedback for knowledge assist.
Instance Attribute Summary collapse
-
#answer_copied ⇒ ::Boolean
Whether the suggested answer was copied by the human agent.
-
#clicked_uris ⇒ ::Array<::String>
The URIs clicked by the human agent.
Instance Attribute Details
#answer_copied ⇒ ::Boolean
280 281 282 283 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 280 class KnowledgeAssistFeedback include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#clicked_uris ⇒ ::Array<::String>
280 281 282 283 |
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 280 class KnowledgeAssistFeedback include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |