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."],[[["This webpage provides documentation for the `RolloutConfig` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, detailing its use in managing the rollout of Dialogflow flow versions."],["The page includes a comprehensive list of available versions for the `RolloutConfig` class, ranging from version 1.0.0 to the latest version 2.23.0, offering a historical view of the class's development."],["`RolloutConfig` is defined as a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are used in managing the configuration for auto rollouts in the Google Cloud Dialogflow v3 API."],["The `RolloutConfig` class includes properties like `FailureCondition`, `RolloutCondition`, and `RolloutSteps`, allowing users to define the conditions that determine the success or failure of rollout steps and the sequence of these steps."],["Two constructors are available: `RolloutConfig()` and `RolloutConfig(RolloutConfig other)`, which allow for the creation of a new `RolloutConfig` object or a copy of an existing `RolloutConfig` object, respectively."]]],[]]