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

GoogleCloudDialogflowV2SmartReplyAnswer

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

Represents a smart reply answer.

interface GoogleCloudDialogflowV2SmartReplyAnswer {
answerRecord?: string;
confidence?: number;
reply?: string;
}

§Properties

§
answerRecord?: string
[src]

The name of answer record, in the format of "projects//locations//answerRecords/"

§
confidence?: number
[src]

Smart reply confidence. The system's confidence score that this reply is a good match for this conversation, as a value from 0.0 (completely uncertain) to 1.0 (completely certain).

§
reply?: string
[src]

The content of the reply.