GoogleCloudDialogflowCxV3HandlerLifecycleHandler constructor

GoogleCloudDialogflowCxV3HandlerLifecycleHandler({
  1. String? condition,
  2. GoogleCloudDialogflowCxV3Fulfillment? fulfillment,
  3. String? lifecycleStage,
})

Implementation

GoogleCloudDialogflowCxV3HandlerLifecycleHandler({
  this.condition,
  this.fulfillment,
  this.lifecycleStage,
});