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 webpage provides documentation for the `RolloutConfig` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its use in managing rollout configurations."],["The latest version available for `RolloutConfig` is 2.23.0, and the page lists multiple versions ranging from 2.23.0 down to 1.0.0, with links to the documentation for each specific version."],["The `RolloutConfig` class is designed for configuring the automatic rollout of flow versions, with properties to define conditions for success (`RolloutCondition`) and failure (`FailureCondition`) of a rollout step."],["The `RolloutConfig` class includes a `RolloutSteps` property, which is a collection of rollout steps sorted by percentage, to define a sequence of steps for rolling out a flow version."],["The `RolloutConfig` class can be instantiated using two constructors, one with no parameters, and one with another `RolloutConfig` object as a parameter."]]],[]]