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 provided content details the `RolloutConfig` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, documenting various versions of the Dialogflow v3 API."],["The latest version available in the documentation is 2.23.0, with numerous older versions listed, down to 1.0.0, all linked to their respective RolloutConfig documentation pages."],["`RolloutConfig` is used for auto rollout configuration in Dialogflow v3, inheriting from Object and implementing several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes properties such as `FailureCondition`, `RolloutCondition`, and `RolloutSteps`, which control the evaluation of rollout success and failure, as well as defining the steps of the rollout process."],["The documentation includes constructor information for creating instances of `RolloutConfig` as well as a breakdown of inherited members from the base Object class, alongside links to relevant conditions references."]]],[]]