public static interface AgentCoachingInstruction.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. |
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. |