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."],[[["The latest version available is 2.23.0, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, and there are many previous versions ranging from 2.22.0 down to 1.0.0 accessible within the provided data."],["The `Variant` class represents a single flow version with a specified traffic allocation and it is a component of the `VersionVariants.Types` collection in the namespace."],["The `Variant` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Variant` class include `IsControlGroup` (boolean), `TrafficAllocation` (float), and `Version` (string), each serving to configure traffic distribution and version identification."],["There are two constructors for creating `Variant` objects, one being parameterless, and the other requiring another `Variant` object to duplicate its properties."]]],[]]