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, highlighting its role in tracking updates to variants."],["The `VariantsHistory` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API available is version `2.23.0`, with numerous older versions ranging down to version `1.0.0` also being documented and accessible."],["Key properties of the `VariantsHistory` class include `UpdateTime`, `VariantsCase`, and `VersionVariants`, which provide information on when variants were updated, the specific variant, and the flow versions associated with the variants."],["The `VariantsHistory` class has two constructors, one to create a new instance and another that clones an existing `VariantsHistory` object."]]],[]]