GoogleCloudDialogflowCxV3PlaybookInvocation constructor

GoogleCloudDialogflowCxV3PlaybookInvocation({
  1. String? displayName,
  2. String? playbook,
  3. GoogleCloudDialogflowCxV3PlaybookInput? playbookInput,
  4. GoogleCloudDialogflowCxV3PlaybookOutput? playbookOutput,
  5. String? playbookState,
})

Implementation

GoogleCloudDialogflowCxV3PlaybookInvocation({
  this.displayName,
  this.playbook,
  this.playbookInput,
  this.playbookOutput,
  this.playbookState,
});