public static interface AgentCoachingSuggestion.DuplicateCheckResult.DuplicateSuggestionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnswerRecord()
public abstract String getAnswerRecord()Output only. The answer record id of the past duplicate suggestion.
string answer_record = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The answerRecord. |
getAnswerRecordBytes()
public abstract ByteString getAnswerRecordBytes()Output only. The answer record id of the past duplicate suggestion.
string answer_record = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for answerRecord. |
getSimilarityScore()
public abstract float getSimilarityScore()Output only. The similarity score of between the past and current suggestion.
float similarity_score = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
float |
The similarityScore. |
getSources()
public abstract AgentCoachingSuggestion.Sources getSources()Output only. Sources for the suggestion.
.google.cloud.dialogflow.v2beta1.AgentCoachingSuggestion.Sources sources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AgentCoachingSuggestion.Sources |
The sources. |
getSourcesOrBuilder()
public abstract AgentCoachingSuggestion.SourcesOrBuilder getSourcesOrBuilder()Output only. Sources for the suggestion.
.google.cloud.dialogflow.v2beta1.AgentCoachingSuggestion.Sources sources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AgentCoachingSuggestion.SourcesOrBuilder |
|
getSuggestionIndex()
public abstract int getSuggestionIndex()Output only. The index of the duplicate suggestion in the past suggestion list.
int32 suggestion_index = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The suggestionIndex. |
hasSources()
public abstract boolean hasSources()Output only. Sources for the suggestion.
.google.cloud.dialogflow.v2beta1.AgentCoachingSuggestion.Sources sources = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sources field is set. |