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 webpage provides reference documentation for the `VariantsHistory` class within the Dialogflow v3 API, covering versions from 1.0.0 to the latest 2.23.0."],["`VariantsHistory` is a class that represents the history of variant updates and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `VariantsHistory` has two constructors: one default and another that takes another `VariantsHistory` object as a parameter."],["Key properties of `VariantsHistory` include `UpdateTime`, which records when the variants were updated, `VariantsCase` to specify the type, and `VersionVariants` which are the different flow versions."],["The document is located within the `Google.Cloud.Dialogflow.Cx.V3` namespace and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]