public interface AnswerFeedbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClicked()
Indicates whether an answer or item was clicked by the human agent.
|
AnswerFeedback.CorrectnessLevel |
getCorrectnessLevel()
The correctness level of an answer.
|
int |
getCorrectnessLevelValue()
The correctness level of an answer.
|
boolean |
getDisplayed()
Indicates whether an answer or item was displayed to the human agent in the
agent desktop UI.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCorrectnessLevelValue()
The correctness level of an answer.
.google.cloud.contactcenterinsights.v1.AnswerFeedback.CorrectnessLevel correctness_level = 1;
AnswerFeedback.CorrectnessLevel getCorrectnessLevel()
The correctness level of an answer.
.google.cloud.contactcenterinsights.v1.AnswerFeedback.CorrectnessLevel correctness_level = 1;
boolean getClicked()
Indicates whether an answer or item was clicked by the human agent.
bool clicked = 2;boolean getDisplayed()
Indicates whether an answer or item was displayed to the human agent in the agent desktop UI.
bool displayed = 3;Copyright © 2025 Google LLC. All rights reserved.