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

GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse

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

The response message for Participants.SuggestKnowledgeAssist.

interface GoogleCloudDialogflowV2SuggestKnowledgeAssistResponse {
contextSize?: number;
readonly knowledgeAssistAnswer?: GoogleCloudDialogflowV2KnowledgeAssistAnswer;
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 SuggestKnowledgeAssistRequest.context_size field in the request if there are fewer messages in the conversation.

§
readonly knowledgeAssistAnswer?: GoogleCloudDialogflowV2KnowledgeAssistAnswer
[src]

Output only. Knowledge Assist suggestion.

§
latestMessage?: string
[src]

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