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 details the `RolloutConfig` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used for managing the automated rollout of flow versions in Dialogflow CX."],["The `RolloutConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["The page lists numerous versions of the `RolloutConfig` documentation, ranging from version 1.0.0 to the latest version, 2.23.0, indicating a history of updates and revisions to the API."],["The class `RolloutConfig` has key properties that allow the user to define `RolloutCondition`, `FailureCondition`, and `RolloutSteps`, which manage the conditions and steps for a rollout process, allowing the user to check if each step has succeeded or failed, and also to set each rollout step."],["The available properties within the RolloutConfig class allow setting conditions that determine rollout success or failure, and a step by step process for the rollout."]]],[]]