Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion

import type { GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

The duplicate suggestion details.

interface GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResultDuplicateSuggestion {
readonly answerRecord?: string;
readonly similarityScore?: number;
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 suggestionIndex?: number
[src]

Output only. The index of the duplicate suggestion in the past suggestion list.