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

GoogleCloudDialogflowCxV3Playbook

import type { GoogleCloudDialogflowCxV3Playbook } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3Playbook {
readonly createTime?: Date;
displayName?: string;
goal?: string;
readonly inlineActions?: string[];
inputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[];
name?: string;
outputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[];
playbookType?: "PLAYBOOK_TYPE_UNSPECIFIED" | "TASK" | "ROUTINE";
readonly referencedFlows?: string[];
readonly referencedPlaybooks?: string[];
referencedTools?: string[];
readonly tokenCount?: bigint;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]
§
displayName?: string
[src]
§
goal?: string
[src]
§
readonly inlineActions?: string[]
[src]
§
name?: string
[src]
§
playbookType?: "PLAYBOOK_TYPE_UNSPECIFIED" | "TASK" | "ROUTINE"
[src]
§
readonly referencedFlows?: string[]
[src]
§
readonly referencedPlaybooks?: string[]
[src]
§
referencedTools?: string[]
[src]
§
readonly tokenCount?: bigint
[src]
§
readonly updateTime?: Date
[src]