public sealed class Experiment.Types.Definition : IMessage<Experiment.Types.Definition>, IEquatable<Experiment.Types.Definition>, IDeepCloneable<Experiment.Types.Definition>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Experiment.Types.Definition.
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 details the `Experiment.Types.Definition` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, which is part of the Dialogflow v3 API."],["This documentation lists the available versions of the API, ranging from the latest version 2.23.0 down to 1.0.0, all of which link to their respective `Experiment.Types.Definition` documentation."],["The `Experiment.Types.Definition` class is defined as a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Condition`, which allows defining session subsets, `VariantsCase`, specifying the type of variants, and `VersionVariants`, representing the different flow versions in the experiment."],["This class `Experiment.Types.Definition` has 2 constructors: one for a new blank definition, and one for creating a new definition using an already existing definition as a template."]]],[]]