Class RolloutConfig (1.4.0)

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

The configuration for auto rollout. .. attribute:: rollout_steps

Steps to roll out a flow version. Steps should be sorted by percentage in ascending order.

:type: Sequence[google.cloud.dialogflowcx_v3beta1.types.RolloutConfig.RolloutStep]

Attributes

NameDescription
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. .. attribute:: display_name

The name of the rollout step;

:type: str