public sealed class Definition : IMessage<Experiment.Types.Definition>, IEquatable<Experiment.Types.Definition>, IDeepCloneable<Experiment.Types.Definition>, IBufferMessage, IMessage
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
System.String
VariantsCase
public Experiment.Types.Definition.VariantsOneofCase VariantsCase { get; }
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Google.Cloud.Dialogflow.Cx.V3.Experiment.Types.Definition` is 2.23.0, with multiple previous versions listed, ranging from 2.22.0 down to 1.0.0."],["The `Definition` class is used for configuring experiments within Google Cloud Dialogflow CX."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various operations like message handling, equality checks, and cloning."],["The `Definition` class has properties like `Condition`, `VariantsCase`, and `VersionVariants` to specify experiment conditions, the type of variants, and the versions used as variants respectively."],["The `Condition` property of the `Definition` class allows you to define session subsets for experiments, and if not set all sessions will be taken into consideration."]]],[]]