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 content pertains to the `Definition` class within the `Google.Cloud.Dialogflow.Cx.V3.Experiment.Types` namespace, specifically version 1.10.0, with links to various older versions."],["The `Definition` class represents the definition of an experiment and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors, one default and another that accepts an `Experiment.Types.Definition` object as a parameter for creating a new definition."],["The class includes properties such as `Condition`, which allows for specifying a subset of sessions for the experiment, `VariantsCase` which specifies which one of the variants was selected, and `VersionVariants`, for defining the different flow versions included in the experiment."],["A list of inherited members, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, from the `Object` class, are also available to the `Definition` class."]]],[]]