Dialogflow v3 API - Class Experiment.Types.Definition (2.18.0)

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.

Inheritance

object > Experiment.Types.Definition

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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