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 provides documentation for the `Definition` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its properties, inheritance, and implementations."],["The `Definition` class is used to define the parameters of an experiment, including selecting a subset of sessions through a condition and defining the variants."],["There are multiple versions of `Google.Cloud.Dialogflow.Cx.V3.Experiment.Types.Definition` documented on this page, ranging from version 1.0.0 up to the latest version of 2.23.0."],["The `Condition` property of the `Definition` class is a string that specifies the criteria for selecting which user sessions are part of the experiment, based on a defined condition."],["The `VersionVariants` property is used to define the different flow versions as the variants of an experiment."]]],[]]