Class KnowledgeSearchFeedback (2.30.0)

KnowledgeSearchFeedback(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Feedback for knowledge search.

Attributes

NameDescription
answer_copied bool
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 MutableSequence[str]
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.