Class GoogleCloudDialogflowCxV3beta1VersionVariantsVariant
A single flow version with specified traffic allocation.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1VersionVariantsVariant : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IsControlGroup
Whether the variant is for the control group.
Declaration
[JsonProperty("isControlGroup")]
public virtual bool? IsControlGroup { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TrafficAllocation
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.
Declaration
[JsonProperty("trafficAllocation")]
public virtual float? TrafficAllocation { get; set; }
Property Value
Type | Description |
---|---|
float? |
Version
The name of the flow version. Format: projects//locations//agents//flows//versions/
.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |