Steps to roll out a flow version. Steps should be sorted by percentage in ascending order.
↳ rollout_condition
string
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 theconditions reference.
↳ failure_condition
string
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 theconditions reference.
getRolloutSteps
Steps to roll out a flow version. Steps should be sorted by percentage in
ascending order.
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 theconditions
reference.
Returns
Type
Description
string
setRolloutCondition
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 theconditions
reference.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFailureCondition
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 theconditions
reference.
Returns
Type
Description
string
setFailureCondition
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 theconditions
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-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow Cx V3 Client - Class RolloutConfig (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.RolloutConfig)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.RolloutConfig)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.RolloutConfig)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.RolloutConfig)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.RolloutConfig)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.RolloutConfig)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.RolloutConfig)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.RolloutConfig)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.RolloutConfig) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class RolloutConfig.\n\nThe configuration for auto rollout.\n\nGenerated from protobuf message `google.cloud.dialogflow.cx.v3.RolloutConfig`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getRolloutSteps\n\nSteps to roll out a flow version. Steps should be sorted by percentage in\nascending order.\n\n### setRolloutSteps\n\nSteps to roll out a flow version. Steps should be sorted by percentage in\nascending order.\n\n### getRolloutCondition\n\nThe conditions that are used to evaluate the success of a rollout\nstep. If not specified, all rollout steps will proceed to the next one\nunless failure conditions are met. E.g. \"containment_rate \\\u003e 60% AND\ncallback_rate \\\u003c 20%\". See the [conditions\nreference](https://cloud.google.com/dialogflow/cx/docs/reference/condition).\n\n### setRolloutCondition\n\nThe conditions that are used to evaluate the success of a rollout\nstep. If not specified, all rollout steps will proceed to the next one\nunless failure conditions are met. E.g. \"containment_rate \\\u003e 60% AND\ncallback_rate \\\u003c 20%\". See the [conditions\nreference](https://cloud.google.com/dialogflow/cx/docs/reference/condition).\n\n### getFailureCondition\n\nThe conditions that are used to evaluate the failure of a rollout\nstep. If not specified, no rollout steps will fail. E.g. \"containment_rate\n\\\u003c 10% OR average_turn_count \\\u003c 3\". See the [conditions\nreference](https://cloud.google.com/dialogflow/cx/docs/reference/condition).\n\n### setFailureCondition\n\nThe conditions that are used to evaluate the failure of a rollout\nstep. If not specified, no rollout steps will fail. E.g. \"containment_rate\n\\\u003c 10% OR average_turn_count \\\u003c 3\". See the [conditions\nreference](https://cloud.google.com/dialogflow/cx/docs/reference/condition)."]]