GoogleCloudDialogflowCxV3EventHandler constructor

GoogleCloudDialogflowCxV3EventHandler({
  1. String? event,
  2. String? name,
  3. String? targetFlow,
  4. String? targetPage,
  5. GoogleCloudDialogflowCxV3Fulfillment? triggerFulfillment,
})

Implementation

GoogleCloudDialogflowCxV3EventHandler({
  this.event,
  this.name,
  this.targetFlow,
  this.targetPage,
  this.triggerFulfillment,
});