GoogleCloudDialogflowCxV3HandlerEventHandler constructor

GoogleCloudDialogflowCxV3HandlerEventHandler({
  1. String? condition,
  2. String? event,
  3. GoogleCloudDialogflowCxV3Fulfillment? fulfillment,
})

Implementation

GoogleCloudDialogflowCxV3HandlerEventHandler({
  this.condition,
  this.event,
  this.fulfillment,
});