GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
import type { GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";The duplicate suggestion details. Keeping answer_record and sources together as they are identifiers for duplicate suggestions.
interface GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion {
readonly answerRecord?: string;
readonly similarityScore?: number;
readonly sources?: GoogleCloudDialogflowV2AgentCoachingSuggestionSources;
readonly suggestionIndex?: number;
}§Properties
§
readonly answerRecord?: string
[src]Output only. The answer record id of the past duplicate suggestion.
§
readonly similarityScore?: number
[src]Output only. The similarity score of between the past and current suggestion.
§
readonly sources?: GoogleCloudDialogflowV2AgentCoachingSuggestionSources
[src]Output only. Sources for the suggestion.