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 page lists various versions of `Google.Cloud.Dialogflow.Cx.V3.VersionVariants`, ranging from the latest version `2.23.0` down to `1.0.0`, allowing for access to specific version documentation."],["`VersionVariants` is a sealed class that represents a list of flow version variants within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `VersionVariants` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The `VersionVariants` class includes a `Variants` property, which is a `RepeatedField` containing a list of flow version variants, detailing the specific variants within each version."],["There are 2 constructors for the class, `VersionVariants()`, and `VersionVariants(VersionVariants other)`."]]],[]]