public sealed class VersionVariants : IMessage<VersionVariants>, IEquatable<VersionVariants>, IDeepCloneable<VersionVariants>, IBufferMessage, IMessage
[[["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 `VersionVariants` class, which is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the .NET library and is used for managing flow version variants."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3` library is 2.23.0, with a range of versions listed, starting from 1.0.0 and up to the most current."],["The `VersionVariants` class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, which are from Google.Protobuf, indicating its role in protocol buffer handling."],["The `VersionVariants` class includes a `Variants` property, which is a `RepeatedField` that contains a list of `VersionVariants.Types.Variant`, allowing for multiple version variations to be stored."],["There is two Constructors for `VersionVariants`, one being empty and the other taking a versionVariants object as a parameter."]]],[]]