public sealed class 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, showcasing its implementation as an `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The content provides documentation for the `Experiment.Types.Definition` class, outlining its inheritance from `Object` and the implemented interfaces, alongside details of its constructors and properties like `Condition`, `VariantsCase`, and `VersionVariants`."],["There are multiple versions of the Dialogflow v3 API available for use, ranging from version 1.0.0 up to the latest version 2.23.0, with links provided to each version's documentation."],["The `Experiment.Types.Definition` class offers two constructors, a default one and another that accepts an existing `Experiment.Types.Definition` object, allowing for the creation of new instances or copying existing ones."],["The class offers 3 properties; the `Condition` property that defines the sessions included in the experiment, the `VariantsCase` property that defines the type of variants used, and the `VersionVariants` property which stores the flow version used."]]],[]]