GoogleCloudDialogflowCxV3RolloutConfig constructor

GoogleCloudDialogflowCxV3RolloutConfig({
  1. String? failureCondition,
  2. String? rolloutCondition,
  3. List<GoogleCloudDialogflowCxV3RolloutConfigRolloutStep>? rolloutSteps,
})

Implementation

GoogleCloudDialogflowCxV3RolloutConfig({
  this.failureCondition,
  this.rolloutCondition,
  this.rolloutSteps,
});