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-03-21 UTC."],[[["This webpage provides reference documentation for the `VersionVariants.Types.Variant` class within the Dialogflow v3 API, specifically for the .NET environment."],["The latest version of the API documented is 2.23.0, while the current page shows the documentation for version 2.17.0 and includes links to versions dating back to 1.0.0."],["The `VersionVariants.Types.Variant` class allows the specification of traffic allocation to different versions of a flow in Dialogflow, with each version receiving a defined percentage of the traffic."],["Key properties of the `VersionVariants.Types.Variant` class include `IsControlGroup` (boolean), `TrafficAllocation` (float), and `Version` (string), controlling traffic routing and version identification."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, object comparison, deep cloning, and buffer management."]]],[]]