public sealed class Variant : IMessage<VersionVariants.Types.Variant>, IEquatable<VersionVariants.Types.Variant>, IDeepCloneable<VersionVariants.Types.Variant>, IBufferMessage, IMessage
A single flow version with specified traffic allocation.
Inheritance
System.Object > VersionVariants.Types.VariantImplements
Google.Protobuf.IMessage<VersionVariants.Types.Variant>, System.IEquatable<VersionVariants.Types.Variant>, Google.Protobuf.IDeepCloneable<VersionVariants.Types.Variant>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.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 |
System.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 |
System.String |