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

GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse

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

The response message for Participants.SuggestDialogflowAssists.

interface GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse {
contextSize?: number;
latestMessage?: string;
}

§Properties

§
contextSize?: number
[src]

Number of messages prior to and including latest_message to compile the suggestion. It may be smaller than the SuggestDialogflowAssistsRequest.context_size field in the request if there aren't that many messages in the conversation.

§

Output only. Multiple reply options provided by Dialogflow assist service. The order is based on the rank of the model prediction.

§
latestMessage?: string
[src]

The name of the latest conversation message used to suggest answer. Format: projects//locations//conversations//messages/.