GoogleCloudDialogflowCxV3Playbook constructor
GoogleCloudDialogflowCxV3Playbook({
- GoogleCloudDialogflowCxV3CodeBlock? codeBlock,
- String? createTime,
- String? displayName,
- String? goal,
- List<
GoogleCloudDialogflowCxV3Handler> ? handlers, - List<
String> ? inlineActions, - List<
GoogleCloudDialogflowCxV3ParameterDefinition> ? inputParameterDefinitions, - GoogleCloudDialogflowCxV3PlaybookInstruction? instruction,
- GoogleCloudDialogflowCxV3LlmModelSettings? llmModelSettings,
- String? name,
- List<
GoogleCloudDialogflowCxV3ParameterDefinition> ? outputParameterDefinitions, - String? playbookType,
- List<
String> ? referencedFlows, - List<
String> ? referencedPlaybooks, - List<
String> ? referencedTools, - String? tokenCount,
- String? updateTime,
Implementation
GoogleCloudDialogflowCxV3Playbook({
this.codeBlock,
this.createTime,
this.displayName,
this.goal,
this.handlers,
this.inlineActions,
this.inputParameterDefinitions,
this.instruction,
this.llmModelSettings,
this.name,
this.outputParameterDefinitions,
this.playbookType,
this.referencedFlows,
this.referencedPlaybooks,
this.referencedTools,
this.tokenCount,
this.updateTime,
});