GoogleCloudDialogflowCxV3PlaybookTransition constructor

GoogleCloudDialogflowCxV3PlaybookTransition({
  1. String? displayName,
  2. String? playbook,
})

Implementation

GoogleCloudDialogflowCxV3PlaybookTransition({
  this.displayName,
  this.playbook,
});