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 `Experiment.Types.Definition` is 2.23.0, and there are multiple previous versions available, ranging from 2.22.0 down to 1.0.0."],["The `Definition` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, is used to define experiments and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Condition` property, which allows for specifying a subset of sessions for the experiment using a string-based condition, and a `VersionVariants` property to define flow version variants for the experiment."],["The `Definition` class has two constructors, a default one, and another which takes an `Experiment.Types.Definition` object as a parameter."],["The class has a property `VariantsCase`, used to indicate which variant is currently selected, and has `VariantsOneofCase` as its `Type`."]]],[]]