public sealed class VariantsHistory : IMessage<VariantsHistory>, IEquatable<VariantsHistory>, IDeepCloneable<VariantsHistory>, 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 webpage provides documentation for the `VariantsHistory` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET environment, detailing its properties, constructors, and inherited members."],["The latest version of the `Google.Cloud.Dialogflow.Cx.V3` library is version 2.23.0, with the list containing all the versions available going back to 1.0.0."],["`VariantsHistory` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, making it compatible with Google Protobuf's message handling."],["The `VariantsHistory` class includes properties like `UpdateTime` which shows the update time of the variants, `VariantsCase`, and `VersionVariants`, providing information about the flow versions."],["There are two constructors available for the `VariantsHistory` class: a default constructor and one that accepts another `VariantsHistory` object for cloning purposes."]]],[]]