GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion
import type { GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2AgentCoachingSuggestionDuplicateCheckResultDuplicateSuggestion {
readonly answerRecord?: string;
readonly similarityScore?: number;
readonly sources?: GoogleCloudDialogflowV2AgentCoachingSuggestionSources;
readonly suggestionIndex?: number;
}