GoogleCloudDialogflowCxV3PlaybookVersion constructor

GoogleCloudDialogflowCxV3PlaybookVersion({
  1. String? description,
  2. List<GoogleCloudDialogflowCxV3Example>? examples,
  3. String? name,
  4. GoogleCloudDialogflowCxV3Playbook? playbook,
  5. String? updateTime,
})

Implementation

GoogleCloudDialogflowCxV3PlaybookVersion({
  this.description,
  this.examples,
  this.name,
  this.playbook,
  this.updateTime,
});