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 document provides reference information for the `RolloutConfig` class within the Google Cloud Dialogflow CX v3 API, specifically version 2.14.0."],["The `RolloutConfig` class is used to define the configuration for automated rollout processes, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of `RolloutConfig` include `FailureCondition`, `RolloutCondition`, and `RolloutSteps`, which define the criteria for rollout success, failure, and the steps involved, respectively."],["The document lists historical versions of the `RolloutConfig` class, ranging from version 2.23.0 (latest) down to 1.0.0, with links to their respective documentation."],["The document details the class's constructors, including a parameter `other` used for copying `RolloutConfig` instances."]]],[]]