GoogleCloudDialogflowCxV3beta1VersionVariantsVariantArgs

data class GoogleCloudDialogflowCxV3beta1VersionVariantsVariantArgs(val isControlGroup: Output<Boolean>? = null, val trafficAllocation: Output<Double>? = null, val version: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1VersionVariantsVariantArgs>

A single flow version with specified traffic allocation.

Constructors

fun GoogleCloudDialogflowCxV3beta1VersionVariantsVariantArgs(isControlGroup: Output<Boolean>? = null, trafficAllocation: Output<Double>? = null, version: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1VersionVariantsVariantArgs

Properties

Link copied to clipboard
val isControlGroup: Output<Boolean>? = null

Whether the variant is for the control group.

Link copied to clipboard
val trafficAllocation: Output<Double>? = null

Percentage of the traffic which should be routed to this version of flow. Traffic allocation for a single flow must sum up to 1.0.

Link copied to clipboard
val version: Output<String>? = null

The name of the flow version. Format: projects//locations//agents//flows//versions/.