Class GoogleCloudDialogflowCxV3beta1VersionVariantsVariant
Inheritance
GoogleCloudDialogflowCxV3beta1VersionVariantsVariant
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1VersionVariantsVariant : 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