GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput
import type { GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput {
currentPage?: GoogleCloudDialogflowCxV3Page;
diagnosticInfo?: {};
[key: string]: any;
readonly differences?: GoogleCloudDialogflowCxV3TestRunDifference[];
sessionParameters?: {};
[key: string]: any;
status?: GoogleRpcStatus;
textResponses?: GoogleCloudDialogflowCxV3ResponseMessageText[];
triggeredIntent?: GoogleCloudDialogflowCxV3Intent;
}§Properties
§
currentPage?: GoogleCloudDialogflowCxV3Page
[src]§
readonly differences?: GoogleCloudDialogflowCxV3TestRunDifference[]
[src]§
status?: GoogleRpcStatus
[src]§
textResponses?: GoogleCloudDialogflowCxV3ResponseMessageText[]
[src]§
triggeredIntent?: GoogleCloudDialogflowCxV3Intent
[src]