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.
[[["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` package is 2.23.0, with a comprehensive history of versions ranging from 1.0.0 to the present day."],["The `Definition` class within the `Experiment.Types` namespace is designed to configure experiments and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Definition` class provides properties such as `Condition`, which specifies the criteria for selecting sessions for the experiment, and `VersionVariants`, which defines the different flow versions used as experiment variants."],["There are two constructors for the `Definition` class, a default constructor and one that takes another `Experiment.Types.Definition` object for cloning purposes."],["The `VariantsCase` property helps handle different configuration scenarios for the experiment variants, and it uses a defined enum type to do so."]]],[]]