public sealed class VariantsHistory : IMessage<VariantsHistory>, IEquatable<VariantsHistory>, IDeepCloneable<VariantsHistory>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class VariantsHistory.
[[["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 `VariantsHistory` class for the Dialogflow v3 API is 2.23.0, with a list of previous versions ranging from 2.22.0 down to 1.0.0 available for reference."],["`VariantsHistory` is a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, used to track the history of variants updates in Dialogflow v3."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message management, equality checks, deep cloning, and buffer message handling."],["`VariantsHistory` contains properties for `UpdateTime`, which is a timestamp representing when the variants were last updated, `VariantsCase` that indicates which field is populated for the variants, and `VersionVariants`, which stores the different flow versions that are serving as variants."],["Two constructors are available to be used when creating an instance of the `VariantsHistory` class, one being a default constructor and the other to copy an already existing instance."]]],[]]