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 .NET, which tracks the history of variants updates."],["The `VariantsHistory` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `System.Object`."],["The page lists a comprehensive history of versions for `Google.Cloud.Dialogflow.Cx.V3.VariantsHistory`, starting from version 1.0.0 and going up to the latest version 2.23.0."],["`VariantsHistory` instances can be created using either a parameterless constructor or a constructor that takes another `VariantsHistory` object."],["Key properties of the `VariantsHistory` class include `UpdateTime`, `VariantsCase`, and `VersionVariants`, providing details about the time of the update, the type of variants, and the specific flow versions that act as variants, respectively."]]],[]]