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 page details the `VariantsHistory` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, a class designed to track the history of variant updates."],["The latest version available for this class is 2.23.0, with a historical log of versions all the way back to version 1.0.0."],["The `VariantsHistory` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which shows its interaction with Google Protobuf and other system types."],["The class features two constructors: a default constructor and one that takes another `VariantsHistory` object for initialization, allowing for duplication."],["Key properties of the class include `UpdateTime`, indicating when the variants were updated, `VariantsCase`, and `VersionVariants`, with the latter managing the flow versions as the variants."]]],[]]