public interface AnswerFeedbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AgentAssistantFeedback |
getAgentAssistantDetailFeedback()
Optional.
|
AgentAssistantFeedbackOrBuilder |
getAgentAssistantDetailFeedbackOrBuilder()
Optional.
|
boolean |
getClicked()
Indicates whether the answer/item was clicked by the human agent
or not.
|
com.google.protobuf.Timestamp |
getClickTime()
Time when the answer/item was clicked.
|
com.google.protobuf.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.
|
com.google.protobuf.Timestamp |
getDisplayTime()
Time when the answer/item was displayed.
|
com.google.protobuf.TimestampOrBuilder |
getDisplayTimeOrBuilder()
Time when the answer/item was displayed.
|
boolean |
hasAgentAssistantDetailFeedback()
Optional.
|
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, hasOneofint getCorrectnessLevelValue()
The correctness level of the specific answer.
.google.cloud.dialogflow.v2beta1.AnswerFeedback.CorrectnessLevel correctness_level = 1;
AnswerFeedback.CorrectnessLevel getCorrectnessLevel()
The correctness level of the specific answer.
.google.cloud.dialogflow.v2beta1.AnswerFeedback.CorrectnessLevel correctness_level = 1;
boolean hasAgentAssistantDetailFeedback()
Optional. Detail feedback of agent assistant suggestions.
.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
AgentAssistantFeedback getAgentAssistantDetailFeedback()
Optional. Detail feedback of agent assistant suggestions.
.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
AgentAssistantFeedbackOrBuilder getAgentAssistantDetailFeedbackOrBuilder()
Optional. Detail feedback of agent assistant suggestions.
.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
boolean getClicked()
Indicates whether the answer/item was clicked by the human agent or not. Default to false. For knowledge search, the answer record is considered to be clicked if the answer was copied or any URI was clicked.
bool clicked = 3;boolean hasClickTime()
Time when the answer/item was clicked.
.google.protobuf.Timestamp click_time = 5;com.google.protobuf.Timestamp getClickTime()
Time when the answer/item was clicked.
.google.protobuf.Timestamp click_time = 5;com.google.protobuf.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;com.google.protobuf.Timestamp getDisplayTime()
Time when the answer/item was displayed.
.google.protobuf.Timestamp display_time = 6;com.google.protobuf.TimestampOrBuilder getDisplayTimeOrBuilder()
Time when the answer/item was displayed.
.google.protobuf.Timestamp display_time = 6;AnswerFeedback.DetailFeedbackCase getDetailFeedbackCase()
Copyright © 2023 Google LLC. All rights reserved.