AnswerFeedback(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents feedback the customer has about the quality & correctness of a certain answer in a conversation.
Attributes | |
---|---|
Name | Description |
correctness_level |
google.cloud.dialogflow_v2.types.AnswerFeedback.CorrectnessLevel
The correctness level of the specific answer. |
agent_assistant_detail_feedback |
google.cloud.dialogflow_v2.types.AgentAssistantFeedback
Detail feedback of agent assist suggestions. |
clicked |
bool
Indicates whether the answer/item was clicked by the human agent or not. Default to false. |
click_time |
google.protobuf.timestamp_pb2.Timestamp
Time when the answer/item was clicked. |
displayed |
bool
Indicates whether the answer/item was displayed to the human agent in the agent desktop UI. Default to false. |
display_time |
google.protobuf.timestamp_pb2.Timestamp
Time when the answer/item was displayed. |
Classes
CorrectnessLevel
CorrectnessLevel(value)
The correctness level of an answer.