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

GoogleCloudDialogflowV2beta1SuggestArticlesResponse

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

The response message for Participants.SuggestArticles.

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

§Properties

§

Output only. Articles ordered by score in descending order.

§
contextSize?: number
[src]

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

§
latestMessage?: string
[src]

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