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 of Google.Cloud.Dialogflow.Cx.V3 is 2.23.0, with a comprehensive history of versions available dating back to 1.0.0."],["The `Variant` class, within the `VersionVariants.Types` namespace, represents a single flow version with specific traffic distribution settings."],["The `Variant` class has constructors to create instances, either empty or by cloning from another `Variant` instance, and implements interfaces for message handling and deep cloning."],["Key properties of the `Variant` class include `IsControlGroup` (a boolean), `TrafficAllocation` (a float), and `Version` (a string), which manage flow control, traffic distribution, and version identification respectively."]]],[]]