GoogleCloudContactcenterinsightsV1AnswerFeedbackResponse

data class GoogleCloudContactcenterinsightsV1AnswerFeedbackResponse(val clicked: Boolean, val correctnessLevel: String, val displayed: Boolean)

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

Constructors

constructor(clicked: Boolean, correctnessLevel: String, displayed: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The correctness level of an answer.

Link copied to clipboard

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