Class KnowledgeAssistFeedback (2.32.0)

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

Feedback for knowledge assist.

Attributes

Name Description
answer_copied bool
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 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.