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 webpage provides documentation for the `Experiment.Types.Definition` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, covering versions from 1.0.0 to the latest, 2.23.0."],["`Experiment.Types.Definition` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows it to be a definition of the experiment."],["The `Definition` class includes properties like `Condition`, `VariantsCase`, and `VersionVariants`, which are used to define experiment parameters such as session subsets and version variations."],["The webpage provides a full history of releases, allowing for the user to quickly look at their options and pick a version that best suits their needs."],["The class has 2 constructors, a parameter-less one, and another one that accepts `Experiment.Types.Definition` as a parameter, named other."]]],[]]