Google Cloud Dialogflow Cx V3Rollout Config Rollout Step Args
data class GoogleCloudDialogflowCxV3RolloutConfigRolloutStepArgs(val displayName: Output<String>? = null, val minDuration: Output<String>? = null, val trafficPercent: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3RolloutConfigRolloutStepArgs>
A single rollout step with specified traffic allocation.
Properties
Link copied to clipboard
The name of the rollout step;
Link copied to clipboard
The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.
Link copied to clipboard
The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].