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

GoogleCloudDialogflowV2GenerateSuggestionsResponse

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

The response message for Conversations.GenerateSuggestions.

interface GoogleCloudDialogflowV2GenerateSuggestionsResponse {
latestMessage?: string;
}

§Properties

§

The answers generated for the conversation based on context.

§
latestMessage?: string
[src]

The name of the latest conversation message used as context for compiling suggestion. Format: projects//locations//conversations//messages/.