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 page provides documentation for the `Experiment.Types.Definition` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, covering versions from 1.0.0 to 2.23.0 with the latest being 2.23.0."],["`Definition` class represents an experiment definition in Dialogflow CX, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Definition` class offers two constructors, one default and another that accepts an existing `Experiment.Types.Definition` object for initialization."],["Key properties of the `Definition` class include `Condition` to specify session subsets, `VariantsCase` to determine variant type, and `VersionVariants` to define flow versions for experiments."],["The documentation is available for multiple versions, with the most current available version being labeled as such."]]],[]]