Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::AgentAssistantFeedback::KnowledgeSearchFeedback (v0.34.0)

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

Feedback for knowledge search.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#answer_copied

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

#answer_copied=

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

#clicked_uris

def clicked_uris() -> ::Array<::String>
Returns

#clicked_uris=

def clicked_uris=(value) -> ::Array<::String>
Parameter
Returns