rolloutConfig

@JvmName(name = "vhsrgjqwbfiqjkkb")
suspend fun rolloutConfig(value: Output<GoogleCloudDialogflowCxV3RolloutConfigArgs>)
@JvmName(name = "pgnbytgtuorbvbka")
suspend fun rolloutConfig(value: GoogleCloudDialogflowCxV3RolloutConfigArgs?)

Parameters

value

The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.


@JvmName(name = "slwkvyxjhviyybhc")
suspend fun rolloutConfig(argument: suspend GoogleCloudDialogflowCxV3RolloutConfigArgsBuilder.() -> Unit)

Parameters

argument

The configuration for auto rollout. If set, there should be exactly two variants in the experiment (control variant being the default version of the flow), the traffic allocation for the non-control variant will gradually increase to 100% when conditions are met, and eventually replace the control variant to become the default version of the flow.