rolloutConfig property

GoogleCloudDialogflowCxV3RolloutConfig? rolloutConfig
getter/setter pair

The configuration for auto rollout.

If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.

Implementation

GoogleCloudDialogflowCxV3RolloutConfig? rolloutConfig;