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 document outlines the different versions of the `Experiment.Types.Definition` class within the `Google.Cloud.Dialogflow.Cx.V3` library, with version 2.23.0 being the latest available."],["The `Experiment.Types.Definition` class defines the structure and behavior of an experiment, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties like `Condition`, which allows for specifying a subset of sessions for the experiment, and `VersionVariants`, which enables defining different flow versions for the experiment."],["The document details the constructors for the `Definition` class, which includes a parameter-less constructor and another that takes an `Experiment.Types.Definition` instance as input."],["The document also provides inherited members like `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`."]]],[]]