public sealed class Variant : IMessage<VersionVariants.Types.Variant>, IEquatable<VersionVariants.Types.Variant>, IDeepCloneable<VersionVariants.Types.Variant>, IBufferMessage, IMessage
A single flow version with specified traffic allocation.
The name of the flow version.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version ID>.
[[["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 webpage documents the `Variant` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which represents a single flow version with specified traffic allocation in the Google Cloud Dialogflow CX environment."],["The page lists multiple versions of the `Google.Cloud.Dialogflow.Cx.V3.VersionVariants.Types.Variant` class, from version 1.0.0 up to the latest version, 2.23.0, providing links to the documentation for each."],["The `Variant` class, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, is used to define traffic distribution and manage flow versioning, and includes constructors for creating instances of itself."],["The class exposes properties including `IsControlGroup`, `TrafficAllocation`, and `Version`, which allow control over designating a variant for the control group, how traffic is allocated, and the version ID, respectively."],["The content contains a list of all the inherited members, such as: `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`, giving extra information about the inherited members."]]],[]]