GoogleCloudDialogflowCxV3PlaybookVersion constructor
GoogleCloudDialogflowCxV3PlaybookVersion({
- String? description,
- List<
GoogleCloudDialogflowCxV3Example> ? examples, - String? name,
- GoogleCloudDialogflowCxV3Playbook? playbook,
- String? updateTime,
Implementation
GoogleCloudDialogflowCxV3PlaybookVersion({
this.description,
this.examples,
this.name,
this.playbook,
this.updateTime,
});