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 automated rollout configurations, with the latest version being 2.23.0."],["The `RolloutConfig` class is designed for use with Google's Dialogflow CX and allows for the specification of rollout steps and the conditions for both success and failure, with a variety of versions supported, from 1.0.0 up to 2.23.0."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as deep cloning and message handling."],["The documentation outlines the `RolloutConfig` class's properties, such as `FailureCondition`, `RolloutCondition`, and `RolloutSteps`, which define the criteria for evaluating the success and failure of rollout steps and manage the sequence of steps."],["This content provides an extensive list of available versions for RolloutConfig, from 1.0.0 to 2.23.0, offering developers access to documentation for each version, allowing them to choose the version best suited for their project."]]],[]]