Class: Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::KnowledgeSearchFeedback

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

Overview

Feedback for knowledge search.

Instance Attribute Summary collapse

Instance Attribute Details

#answer_copied::Boolean

Returns Whether the answer was copied by the human agent or not. If the value is set to be true, AnswerFeedback.clicked will be updated to be true.

Returns:

  • (::Boolean)

    Whether the answer was copied by the human agent or not. If the value is set to be true, AnswerFeedback.clicked will be updated to be true.



261
262
263
264
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 261

class KnowledgeSearchFeedback
  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.

Returns:



261
262
263
264
# File 'proto_docs/google/cloud/dialogflow/v2/answer_record.rb', line 261

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