Class GoogleCloudDialogflowCxV3beta1ExperimentDefinition
Inheritance
GoogleCloudDialogflowCxV3beta1ExperimentDefinition
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExperimentDefinition : IDirectResponseSchema
Properties
Condition
Declaration
[JsonProperty("condition")]
public virtual string Condition { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
VersionVariants
Declaration
[JsonProperty("versionVariants")]
public virtual GoogleCloudDialogflowCxV3beta1VersionVariants VersionVariants { get; set; }
Property Value
Implements