public sealed class VersionVariants.Types.Variant : IMessage<VersionVariants.Types.Variant>, IEquatable<VersionVariants.Types.Variant>, IDeepCloneable<VersionVariants.Types.Variant>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class VersionVariants.Types.Variant.
A single flow version with specified traffic allocation.
[[["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-04-09 UTC."],[[["The provided content details the different versions of the `VersionVariants.Types.Variant` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, ranging from version 1.0.0 to 2.23.0, with 2.23.0 being the latest."],["This `Variant` class, part of the Dialogflow v3 API, represents a single flow version with a specified traffic allocation and includes reference documentation, inheritance details, and implemented interfaces."],["The `Variant` class has constructors for creating instances, including one that accepts another `Variant` object for copying."],["Key properties of the `Variant` class include `IsControlGroup`, indicating whether the variant is for the control group, `TrafficAllocation`, specifying the percentage of traffic routed to this version, and `Version`, which is the full resource name of the flow version."],["This class is used to manage different versions of flow in Dialogflow CX, specifying how much traffic should be directed to each version."]]],[]]