GoogleCloudDialogflowCxV3TransitionRoute constructor

GoogleCloudDialogflowCxV3TransitionRoute({
  1. String? condition,
  2. String? description,
  3. String? intent,
  4. String? name,
  5. String? targetFlow,
  6. String? targetPage,
  7. GoogleCloudDialogflowCxV3Fulfillment? triggerFulfillment,
})

Implementation

GoogleCloudDialogflowCxV3TransitionRoute({
  this.condition,
  this.description,
  this.intent,
  this.name,
  this.targetFlow,
  this.targetPage,
  this.triggerFulfillment,
});