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 details the `VariantsHistory` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, spanning versions from 1.0.0 to the latest 2.23.0."],["`VariantsHistory` is a sealed class that keeps a record of updates to variants, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VariantsHistory` class includes properties like `UpdateTime`, which indicates when variants were updated, `VariantsCase`, which specifies the type of variants, and `VersionVariants` which details the flow versions as variants."],["There are two constructors for `VariantsHistory`: one being the default `VariantsHistory()`, and the other being the `VariantsHistory(VariantsHistory other)` which takes another `VariantsHistory` object as a parameter."],["The page also covers the inherited members of the `VariantsHistory` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, which are inherited from the `Object` class."]]],[]]