Class RolloutConfig (1.12.1)

RolloutConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The configuration for auto rollout.

Attributes

NameDescription
rollout_steps Sequence[google.cloud.dialogflowcx_v3beta1.types.RolloutConfig.RolloutStep]
Steps to roll out a flow version. Steps should be sorted by percentage in ascending order.
rollout_condition str
The conditions that are used to evaluate the success of a rollout step. If not specified, all rollout steps will proceed to the next one unless failure conditions are met. E.g. "containment_rate > 60% AND callback_rate < 20%".="" see="" the="" `conditions="" reference="">
failure_condition str
The conditions that are used to evaluate the failure of a rollout step. If not specified, no rollout steps will fail. E.g. "containment_rate < 10%="" or="" average_turn_count="">< 3".="" see="" the="" `conditions="" reference="">

Classes

RolloutStep

RolloutStep(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single rollout step with specified traffic allocation.