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."],[[["This webpage details the `Definition` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for experiment definitions in Dialogflow CX."],["The latest version available for `Definition` is 2.23.0, and it supports versions all the way back to 1.0.0, with a total of 37 version releases available for viewing."],["The `Definition` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used in various contexts within the Dialogflow CX framework."],["Key properties of the `Definition` class include `Condition`, `VariantsCase`, and `VersionVariants`, which are used to define experiment parameters such as session subset selection and versioning."],["The `Definition` class contains two constructors, a parameterless one and one that accepts another instance of `Experiment.Types.Definition` as a parameter."]]],[]]