GoogleCloudDialogflowCxV3VersionVariantsVariantResponse

data class GoogleCloudDialogflowCxV3VersionVariantsVariantResponse(val isControlGroup: Boolean, val trafficAllocation: Double, val version: String)

A single flow version with specified traffic allocation.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the variant is for the control group.

Link copied to clipboard

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

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