AnswerFeedback

The feedback that the customer has about a certain answer in the conversation.

JSON representation
{
  "correctnessLevel": enum (CorrectnessLevel),
  "clicked": boolean,
  "displayed": boolean
}
Fields
correctnessLevel

enum (CorrectnessLevel)

The correctness level of an answer.

clicked

boolean

Indicates whether an answer or item was clicked by the human agent.

displayed

boolean

Indicates whether an answer or item was displayed to the human agent in the agent desktop UI.