Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class AnswerFeedback.
The feedback that the customer has about a certain answer in the conversation.
Generated from protobuf message google.cloud.contactcenterinsights.v1.AnswerFeedback
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ correctness_level
int
The correctness level of an answer.
↳ clicked
bool
Indicates whether an answer or item was clicked by the human agent.
↳ displayed
bool
Indicates whether an answer or item was displayed to the human agent in the agent desktop UI.
getCorrectnessLevel
The correctness level of an answer.
int
setCorrectnessLevel
The correctness level of an answer.
var
int
$this
getClicked
Indicates whether an answer or item was clicked by the human agent.
bool
setClicked
Indicates whether an answer or item was clicked by the human agent.
var
bool
$this
getDisplayed
Indicates whether an answer or item was displayed to the human agent in the agent desktop UI.
bool
setDisplayed
Indicates whether an answer or item was displayed to the human agent in the agent desktop UI.
var
bool
$this