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."],[[["This document provides reference documentation for the `Experiment.Types.Definition` class within the Dialogflow v3 API, specifically for the .NET environment."],["The content details the available versions of the API, from version 1.0.0 up to the latest version 2.23.0, all relating to `Google.Cloud.Dialogflow.Cx.V3.Experiment.Types.Definition`."],["`Experiment.Types.Definition` class is used to define the setup for experiments within Dialogflow, specifying the condition and possible flow versions."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling, comparison, cloning, and buffer operations."],["The `Definition` class has properties such as `Condition` (a string to specify the subset of sessions) and `VersionVariants` (to specify the flow versions as variants)."]]],[]]