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

GoogleCloudDialogflowV2KnowledgeAssistAnswer

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

Represents a Knowledge Assist answer.

interface GoogleCloudDialogflowV2KnowledgeAssistAnswer {
answerRecord?: string;
}

§Properties

§
answerRecord?: string
[src]

The name of the answer record. Format: projects//locations//answer Records/.

§

The query suggested based on the context. Suggestion is made only if it is different from the previous suggestion.

§

The answer generated for the suggested query. Whether or not an answer is generated depends on how confident we are about the generated query.