public interface AnswerFeedbackOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AgentAssistantFeedback |
getAgentAssistantDetailFeedback()
Detail feedback of agent assist suggestions.
|
AgentAssistantFeedbackOrBuilder |
getAgentAssistantDetailFeedbackOrBuilder()
Detail feedback of agent assist suggestions.
|
boolean |
getClicked()
Indicates whether the answer/item was clicked by the human agent
or not.
|
Timestamp |
getClickTime()
Time when the answer/item was clicked.
|
TimestampOrBuilder |
getClickTimeOrBuilder()
Time when the answer/item was clicked.
|
AnswerFeedback.CorrectnessLevel |
getCorrectnessLevel()
The correctness level of the specific answer.
|
int |
getCorrectnessLevelValue()
The correctness level of the specific answer.
|
AnswerFeedback.DetailFeedbackCase |
getDetailFeedbackCase() |
boolean |
getDisplayed()
Indicates whether the answer/item was displayed to the human
agent in the agent desktop UI.
|
Timestamp |
getDisplayTime()
Time when the answer/item was displayed.
|
TimestampOrBuilder |
getDisplayTimeOrBuilder()
Time when the answer/item was displayed.
|
boolean |
hasAgentAssistantDetailFeedback()
Detail feedback of agent assist suggestions.
|
boolean |
hasClickTime()
Time when the answer/item was clicked.
|
boolean |
hasDisplayTime()
Time when the answer/item was displayed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getCorrectnessLevelValue()
The correctness level of the specific answer.
.google.cloud.dialogflow.v2.AnswerFeedback.CorrectnessLevel correctness_level = 1;
AnswerFeedback.CorrectnessLevel getCorrectnessLevel()
The correctness level of the specific answer.
.google.cloud.dialogflow.v2.AnswerFeedback.CorrectnessLevel correctness_level = 1;
boolean hasAgentAssistantDetailFeedback()
Detail feedback of agent assist suggestions.
.google.cloud.dialogflow.v2.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
AgentAssistantFeedback getAgentAssistantDetailFeedback()
Detail feedback of agent assist suggestions.
.google.cloud.dialogflow.v2.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
AgentAssistantFeedbackOrBuilder getAgentAssistantDetailFeedbackOrBuilder()
Detail feedback of agent assist suggestions.
.google.cloud.dialogflow.v2.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
boolean getClicked()
Indicates whether the answer/item was clicked by the human agent or not. Default to false.
bool clicked = 3;
boolean hasClickTime()
Time when the answer/item was clicked.
.google.protobuf.Timestamp click_time = 5;
Timestamp getClickTime()
Time when the answer/item was clicked.
.google.protobuf.Timestamp click_time = 5;
TimestampOrBuilder getClickTimeOrBuilder()
Time when the answer/item was clicked.
.google.protobuf.Timestamp click_time = 5;
boolean getDisplayed()
Indicates whether the answer/item was displayed to the human agent in the agent desktop UI. Default to false.
bool displayed = 4;
boolean hasDisplayTime()
Time when the answer/item was displayed.
.google.protobuf.Timestamp display_time = 6;
Timestamp getDisplayTime()
Time when the answer/item was displayed.
.google.protobuf.Timestamp display_time = 6;
TimestampOrBuilder getDisplayTimeOrBuilder()
Time when the answer/item was displayed.
.google.protobuf.Timestamp display_time = 6;
AnswerFeedback.DetailFeedbackCase getDetailFeedbackCase()
Copyright © 2022 Google LLC. All rights reserved.