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 document outlines the history of variants for `Google.Cloud.Dialogflow.Cx.V3.VariantsHistory`, with the latest version being 2.23.0."],["The `VariantsHistory` class, which implements multiple interfaces including `IMessage` and `IDeepCloneable`, tracks the history of variants update."],["The class includes a constructor `VariantsHistory(VariantsHistory other)` to create a copy, which will have an `other` parameter which is a `VariantsHistory` type."],["Key properties of the `VariantsHistory` class include `UpdateTime`, representing the update time, `VariantsCase`, representing the type of variant, and `VersionVariants`, which contain the versions as variants."],["The history of variants can be found for versions from 1.0.0 up to the latest 2.23.0, all accessible via provided links to each version's corresponding documentation page."]]],[]]