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

GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse

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

The request message for Participants.SuggestFaqAnswers.

interface GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse {
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 SuggestFaqAnswersRequest.context_size field in the request if there aren't that many messages in the conversation.

§

Output only. Answers extracted from FAQ documents.

§
latestMessage?: string
[src]

The name of the latest conversation message used to compile suggestion for. Format: projects//locations//conversations//messages/.