Interface AnswerFeedbackOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnswerFeedback
,AnswerFeedback.Builder
public interface AnswerFeedbackOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCorrectnessLevelValue
int getCorrectnessLevelValue()
The correctness level of the specific answer.
.google.cloud.dialogflow.v2beta1.AnswerFeedback.CorrectnessLevel correctness_level = 1;
- Returns:
- The enum numeric value on the wire for correctnessLevel.
-
getCorrectnessLevel
AnswerFeedback.CorrectnessLevel getCorrectnessLevel()
The correctness level of the specific answer.
.google.cloud.dialogflow.v2beta1.AnswerFeedback.CorrectnessLevel correctness_level = 1;
- Returns:
- The correctnessLevel.
-
hasAgentAssistantDetailFeedback
boolean hasAgentAssistantDetailFeedback()
Optional. Detail feedback of agent assistant suggestions.
.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
- Returns:
- Whether the agentAssistantDetailFeedback field is set.
-
getAgentAssistantDetailFeedback
AgentAssistantFeedback getAgentAssistantDetailFeedback()
Optional. Detail feedback of agent assistant suggestions.
.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
- Returns:
- The agentAssistantDetailFeedback.
-
getAgentAssistantDetailFeedbackOrBuilder
AgentAssistantFeedbackOrBuilder getAgentAssistantDetailFeedbackOrBuilder()
Optional. Detail feedback of agent assistant suggestions.
.google.cloud.dialogflow.v2beta1.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
-
getClicked
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;
- Returns:
- The clicked.
-
hasClickTime
boolean hasClickTime()
Time when the answer/item was clicked.
.google.protobuf.Timestamp click_time = 5;
- Returns:
- Whether the clickTime field is set.
-
getClickTime
com.google.protobuf.Timestamp getClickTime()
Time when the answer/item was clicked.
.google.protobuf.Timestamp click_time = 5;
- Returns:
- The clickTime.
-
getClickTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getClickTimeOrBuilder()
Time when the answer/item was clicked.
.google.protobuf.Timestamp click_time = 5;
-
getDisplayed
boolean getDisplayed()
Indicates whether the answer/item was displayed to the human agent in the agent desktop UI. Default to false.
bool displayed = 4;
- Returns:
- The displayed.
-
hasDisplayTime
boolean hasDisplayTime()
Time when the answer/item was displayed.
.google.protobuf.Timestamp display_time = 6;
- Returns:
- Whether the displayTime field is set.
-
getDisplayTime
com.google.protobuf.Timestamp getDisplayTime()
Time when the answer/item was displayed.
.google.protobuf.Timestamp display_time = 6;
- Returns:
- The displayTime.
-
getDisplayTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getDisplayTimeOrBuilder()
Time when the answer/item was displayed.
.google.protobuf.Timestamp display_time = 6;
-
getDetailFeedbackCase
AnswerFeedback.DetailFeedbackCase getDetailFeedbackCase()
-
-