Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::KnowledgeAssistFeedback (v1.1.1)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::KnowledgeAssistFeedback.

Feedback for knowledge assist.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#answer_copied

def answer_copied() -> ::Boolean
Returns
  • (::Boolean) — 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.

#answer_copied=

def answer_copied=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#clicked_uris

def clicked_uris() -> ::Array<::String>
Returns
  • (::Array<::String>) — 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.

#clicked_uris=

def clicked_uris=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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
  • (::Array<::String>) — 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.