public sealed class Variant : IMessage<VersionVariants.Types.Variant>, IEquatable<VersionVariants.Types.Variant>, IDeepCloneable<VersionVariants.Types.Variant>, IBufferMessage, IMessageA single flow version with specified traffic allocation.
Implements
IMessage<VersionVariants.Types.Variant>, IEquatable<VersionVariants.Types.Variant>, IDeepCloneable<VersionVariants.Types.Variant>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Variant()
public Variant()Variant(VersionVariants.Types.Variant)
public Variant(VersionVariants.Types.Variant other)| Parameter | |
|---|---|
| Name | Description |
other |
VersionVariants.Types.Variant |
Properties
IsControlGroup
public bool IsControlGroup { get; set; }Whether the variant is for the control group.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
TrafficAllocation
public float TrafficAllocation { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
Single |
|
Version
public string Version { get; set; }The name of the flow version.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version ID>.
| Property Value | |
|---|---|
| Type | Description |
String |
|