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

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 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.

§

Output only. Sources for the suggestion.

§
readonly suggestionIndex?: number
[src]

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