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
- (::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.