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 content focuses on the `RolloutConfig` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for configuring automated rollout processes."],["The latest version available for the `RolloutConfig` class is 2.23.0, and the page provides links to documentation for multiple previous versions, including versions 2.x.x and 1.x.x."],["`RolloutConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`, enabling it to perform various functions."],["The `RolloutConfig` class includes properties such as `FailureCondition`, `RolloutCondition`, and `RolloutSteps`, all of which are used for defining the criteria for successful or failed rollout steps, in addition to the ordered rollout steps themselves."],["The RolloutConfig class has 2 constructors, one being the standard RolloutConfig constructor, and the other one for setting the parameters."]]],[]]