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."],[[["The latest version of the `Google.Cloud.Dialogflow.Cx.V3` package is 2.23.0, with a comprehensive history of versions ranging from 1.0.0 to 2.23.0 available for review."],["The `VariantsHistory` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, captures the history of variant updates and is available through various versions of the library."],["`VariantsHistory` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and has constructors for creating new instances, either empty or based on another `VariantsHistory` instance."],["The `VariantsHistory` class contains properties like `UpdateTime` (a timestamp for when the variants were updated), `VariantsCase` (for variant classification), and `VersionVariants` (which holds the flow versions as variants)."],["The class inherits members from the base `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]