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 document outlines the available versions of `Google.Cloud.Dialogflow.Cx.V3.VersionVariants.Types.Variant`, with the latest version being 2.23.0 and a historical record going back to version 1.0.0."],["`VersionVariants.Types.Variant` is a class representing a single flow version with a specified traffic allocation, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `Variant` class includes properties for managing traffic distribution such as `IsControlGroup` (a boolean indicating if the variant is for the control group), `TrafficAllocation` (a float representing the traffic percentage), and `Version` (a string that holds the version identifier)."],["There are two constructors available for the `Variant` class: a default constructor `Variant()` and an overloaded constructor `Variant(VersionVariants.Types.Variant other)` that allows creating a copy of an existing variant."],["The class has methods inherited from `Object` such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, these manage the basic operations within the object."]]],[]]