GoogleCloudDialogflowCxV3RolloutConfigRolloutStep constructor

GoogleCloudDialogflowCxV3RolloutConfigRolloutStep({
  1. String? displayName,
  2. String? minDuration,
  3. int? trafficPercent,
})

Implementation

GoogleCloudDialogflowCxV3RolloutConfigRolloutStep({
  this.displayName,
  this.minDuration,
  this.trafficPercent,
});