GoogleCloudDialogflowCxV3Playbook
import type { GoogleCloudDialogflowCxV3Playbook } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3Playbook {
codeBlock?: GoogleCloudDialogflowCxV3CodeBlock;
readonly createTime?: Date;
displayName?: string;
goal?: string;
handlers?: GoogleCloudDialogflowCxV3Handler[];
readonly inlineActions?: string[];
inputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[];
instruction?: GoogleCloudDialogflowCxV3PlaybookInstruction;
llmModelSettings?: GoogleCloudDialogflowCxV3LlmModelSettings;
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
§
codeBlock?: GoogleCloudDialogflowCxV3CodeBlock
[src]§
handlers?: GoogleCloudDialogflowCxV3Handler[]
[src]§
inputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[]
[src]§
instruction?: GoogleCloudDialogflowCxV3PlaybookInstruction
[src]§
llmModelSettings?: GoogleCloudDialogflowCxV3LlmModelSettings
[src]§
outputParameterDefinitions?: GoogleCloudDialogflowCxV3ParameterDefinition[]
[src]