public interface AnswerFeedbackOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClicked()
public abstract boolean getClicked()Indicates whether an answer or item was clicked by the human agent.
bool clicked = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The clicked. |
getCorrectnessLevel()
public abstract AnswerFeedback.CorrectnessLevel getCorrectnessLevel()The correctness level of an answer.
.google.cloud.contactcenterinsights.v1.AnswerFeedback.CorrectnessLevel correctness_level = 1;
| Returns | |
|---|---|
| Type | Description |
AnswerFeedback.CorrectnessLevel |
The correctnessLevel. |
getCorrectnessLevelValue()
public abstract int getCorrectnessLevelValue()The correctness level of an answer.
.google.cloud.contactcenterinsights.v1.AnswerFeedback.CorrectnessLevel correctness_level = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for correctnessLevel. |
getDisplayed()
public abstract boolean getDisplayed()Indicates whether an answer or item was displayed to the human agent in the agent desktop UI.
bool displayed = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The displayed. |