public sealed class Experiment.Types.Definition : IMessage<Experiment.Types.Definition>, IEquatable<Experiment.Types.Definition>, IDeepCloneable<Experiment.Types.Definition>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Experiment.Types.Definition.
Definition of the experiment.
Implements
IMessageExperimentTypesDefinition, IEquatableExperimentTypesDefinition, IDeepCloneableExperimentTypesDefinition, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Definition()
public Definition()
Definition(Definition)
public Definition(Experiment.Types.Definition other)
Parameter | |
---|---|
Name | Description |
other | ExperimentTypesDefinition |
Properties
Condition
public string Condition { get; set; }
The condition defines which subset of sessions are selected for this experiment. If not specified, all sessions are eligible. E.g. "query_input.language_code=en" See the conditions reference.
Property Value | |
---|---|
Type | Description |
string |
VariantsCase
public Experiment.Types.Definition.VariantsOneofCase VariantsCase { get; }
Property Value | |
---|---|
Type | Description |
ExperimentTypesDefinitionVariantsOneofCase |
VersionVariants
public VersionVariants VersionVariants { get; set; }
The flow versions as the variants of this experiment.
Property Value | |
---|---|
Type | Description |
VersionVariants |