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."],[[["The latest version of the Google.Cloud.Dialogflow.Cx.V3 package is 2.23.0, with multiple previous versions available, ranging down to version 1.0.0."],["The `VersionVariants` class, found within the Google.Cloud.Dialogflow.Cx.V3 namespace, represents a list of flow version variants, with version 1.4.0 being the documented version."],["`VersionVariants` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, offering methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()`."],["The `VersionVariants` class has two constructors, one default and one that takes another `VersionVariants` object as a parameter for creating a copy."],["The `Variants` property within `VersionVariants` provides a `RepeatedField` collection containing the actual list of version variants."]]],[]]