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
Returns Whether the suggested answer was copied by the human agent. If the value is set to be true, AnswerFeedback.clicked will be updated to be true.
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>
Returns The URIs clicked by the human agent. The value is appended for each UpdateAnswerRecordRequest. If the value is not empty, AnswerFeedback.clicked will be updated to be true.
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 |