Class GoogleCloudDialogflowCxV3VersionVariantsVariant
Inheritance
GoogleCloudDialogflowCxV3VersionVariantsVariant
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3VersionVariantsVariant : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IsControlGroup
Declaration
[JsonProperty("isControlGroup")]
public virtual bool? IsControlGroup { get; set; }
Property Value
TrafficAllocation
Declaration
[JsonProperty("trafficAllocation")]
public virtual float? TrafficAllocation { get; set; }
Property Value
Version
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Implements