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 automatic rollout of a flow version, and is found in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The latest version for the RolloutConfig documentation is 2.23.0, and many prior versions are documented here, with links that navigate to earlier version details."],["`RolloutConfig` includes properties such as `FailureCondition`, `RolloutCondition`, and `RolloutSteps` to define the conditions for rollout success or failure, and the specific steps for deployment."],["The class `RolloutConfig` implements `IMessage\u003cRolloutConfig\u003e`, `IEquatable\u003cRolloutConfig\u003e`, `IDeepCloneable\u003cRolloutConfig\u003e`, `IBufferMessage` and `IMessage`, inheriting methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class."],["There are two constructors for the `RolloutConfig` class, a default one and one that takes another `RolloutConfig` instance as the parameter to create a copy."]]],[]]