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 reference documentation for the `RolloutConfig` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, spanning versions from 1.0.0 to the latest 2.23.0."],["The `RolloutConfig` class is part of the Dialogflow v3 API, used for configuring automated rollout processes, and is found within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The `RolloutConfig` class includes properties like `FailureCondition`, `RolloutCondition`, and `RolloutSteps` to define the conditions for the success or failure of a rollout and the rollout steps themselves."],["`RolloutConfig` class implements several interfaces including `IMessage`, `IEquatable\u003cRolloutConfig\u003e`, `IDeepCloneable\u003cRolloutConfig\u003e`, and `IBufferMessage`."],["The current version presented is version 2.10.0, with the latest being 2.23.0."]]],[]]