GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput
import type { GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput {
currentPage?: GoogleCloudDialogflowCxV3beta1Page;
diagnosticInfo?: {};
[key: string]: any;
readonly differences?: GoogleCloudDialogflowCxV3beta1TestRunDifference[];
sessionParameters?: {};
[key: string]: any;
status?: GoogleRpcStatus;
textResponses?: GoogleCloudDialogflowCxV3beta1ResponseMessageText[];
triggeredIntent?: GoogleCloudDialogflowCxV3beta1Intent;
}§Properties
§
currentPage?: GoogleCloudDialogflowCxV3beta1Page
[src]§
readonly differences?: GoogleCloudDialogflowCxV3beta1TestRunDifference[]
[src]§
status?: GoogleRpcStatus
[src]§
textResponses?: GoogleCloudDialogflowCxV3beta1ResponseMessageText[]
[src]§
triggeredIntent?: GoogleCloudDialogflowCxV3beta1Intent
[src]