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 provided content is a documentation page for the `Experiment.Types.Definition` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, outlining its structure and functionality across various versions."],["The latest version available for `Experiment.Types.Definition` is 2.23.0, and there are numerous prior versions listed, ranging back to 1.0.0, indicating a history of updates and modifications."],["`Experiment.Types.Definition` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are used for defining experiments and how they interact with other elements within Dialogflow."],["The class allows for defining conditions to select a subset of sessions for the experiment and for specifying different flow versions as variants of the experiment."],["The class has two constructors: one is a parameterless constructor and the other one takes another `Experiment.Types.Definition` object as a parameter."]]],[]]