GoogleCloudDialogflowCxV3PlaybookInvocation
import type { GoogleCloudDialogflowCxV3PlaybookInvocation } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
Stores metadata of the invocation of a child playbook.
interface GoogleCloudDialogflowCxV3PlaybookInvocation {
readonly displayName?: string;
playbook?: string;
playbookInput?: GoogleCloudDialogflowCxV3PlaybookInput;
playbookOutput?: GoogleCloudDialogflowCxV3PlaybookOutput;
playbookState?:
} | "OUTPUT_STATE_UNSPECIFIED"
| "OUTPUT_STATE_OK"
| "OUTPUT_STATE_CANCELLED"
| "OUTPUT_STATE_FAILED"
| "OUTPUT_STATE_ESCALATED"
| "OUTPUT_STATE_PENDING";
§Properties
§
playbook?: string
[src]Required. The unique identifier of the playbook. Format:
projects//locations//agents//playbooks/
.
§
playbookInput?: GoogleCloudDialogflowCxV3PlaybookInput
[src]Optional. Input of the child playbook invocation.
§
playbookOutput?: GoogleCloudDialogflowCxV3PlaybookOutput
[src]Optional. Output of the child playbook invocation.