GoogleCloudDialogflowCxV3RolloutConfig constructor
GoogleCloudDialogflowCxV3RolloutConfig({
- String? failureCondition,
- String? rolloutCondition,
- List<
GoogleCloudDialogflowCxV3RolloutConfigRolloutStep> ? rolloutSteps,
Implementation
GoogleCloudDialogflowCxV3RolloutConfig({
this.failureCondition,
this.rolloutCondition,
this.rolloutSteps,
});