GoogleCloudDialogflowCxV3Playbook constructor

GoogleCloudDialogflowCxV3Playbook({
  1. GoogleCloudDialogflowCxV3CodeBlock? codeBlock,
  2. String? createTime,
  3. String? displayName,
  4. String? goal,
  5. List<GoogleCloudDialogflowCxV3Handler>? handlers,
  6. List<String>? inlineActions,
  7. List<GoogleCloudDialogflowCxV3ParameterDefinition>? inputParameterDefinitions,
  8. GoogleCloudDialogflowCxV3PlaybookInstruction? instruction,
  9. GoogleCloudDialogflowCxV3LlmModelSettings? llmModelSettings,
  10. String? name,
  11. List<GoogleCloudDialogflowCxV3ParameterDefinition>? outputParameterDefinitions,
  12. String? playbookType,
  13. List<String>? referencedFlows,
  14. List<String>? referencedPlaybooks,
  15. List<String>? referencedTools,
  16. String? tokenCount,
  17. 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,
});