GoogleCloudDialogflowCxV3Example
import type { GoogleCloudDialogflowCxV3Example } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3Example {
actions?: GoogleCloudDialogflowCxV3Action[];
conversationState?:
| "OUTPUT_STATE_UNSPECIFIED"
| "OUTPUT_STATE_OK"
| "OUTPUT_STATE_CANCELLED"
| "OUTPUT_STATE_FAILED"
| "OUTPUT_STATE_ESCALATED"
| "OUTPUT_STATE_PENDING";
readonly createTime?: Date;
description?: string;
displayName?: string;
languageCode?: string;
name?: string;
playbookInput?: GoogleCloudDialogflowCxV3PlaybookInput;
playbookOutput?: GoogleCloudDialogflowCxV3PlaybookOutput;
readonly tokenCount?: bigint;
readonly updateTime?: Date;
}§Properties
§
actions?: GoogleCloudDialogflowCxV3Action[]
[src]§
conversationState?: "OUTPUT_STATE_UNSPECIFIED" | "OUTPUT_STATE_OK" | "OUTPUT_STATE_CANCELLED" | "OUTPUT_STATE_FAILED" | "OUTPUT_STATE_ESCALATED" | "OUTPUT_STATE_PENDING"
[src]§
playbookInput?: GoogleCloudDialogflowCxV3PlaybookInput
[src]§
playbookOutput?: GoogleCloudDialogflowCxV3PlaybookOutput
[src]