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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `RolloutConfig` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, is designed for configuring the automated rollout of a flow version, and is available in many different versions from 1.0.0 to 2.23.0."],["The latest version available is 2.23.0 of the RolloutConfig class in the Google.Cloud.Dialogflow.Cx.V3 namespace, and the content on this page covers all versions down to 1.0.0."],["The `RolloutConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which indicate its capabilities for message handling, comparison, deep cloning, and buffered operations."],["`RolloutConfig` includes properties such as `FailureCondition`, `RolloutCondition`, and `RolloutSteps` to manage the conditions for failure or success during the rollout process, and to define the rollout steps."],["`RolloutConfig` has two constructors, one being a parameterless constructor, and the second, which takes another `RolloutConfig` as a parameter, to be used in the case of having to copy the contents of the object."]]],[]]