public sealed class Definition : IMessage<Experiment.Types.Definition>, IEquatable<Experiment.Types.Definition>, IDeepCloneable<Experiment.Types.Definition>, IBufferMessage, IMessage
Definition of the experiment.
Implements
IMessage<Experiment.Types.Definition>, IEquatable<Experiment.Types.Definition>, IDeepCloneable<Experiment.Types.Definition>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Definition()
public Definition()
Definition(Experiment.Types.Definition)
public Definition(Experiment.Types.Definition other)
Parameter | |
---|---|
Name | Description |
other | Experiment.Types.Definition |
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 |
Experiment.Types.Definition.VariantsOneofCase |
VersionVariants
public VersionVariants VersionVariants { get; set; }
The flow versions as the variants of this experiment.
Property Value | |
---|---|
Type | Description |
VersionVariants |