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 provided content details the `VariantsHistory` class within the Google Cloud Dialogflow CX V3 API, specifically within the .NET environment, showing a list of versions available, ranging from the latest 2.23.0 down to 1.0.0."],["`VariantsHistory` is a class that represents the history of updates to variants and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `UpdateTime` which stores a timestamp for the variant update time, `VariantsCase` that helps determine the current variant case, and `VersionVariants` that stores flow versions as the variants."],["The `VariantsHistory` class has two constructors, a parameterless one for default instantiation, and one that accepts another `VariantsHistory` object for creating a copy."],["This documentation is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, available in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, within the larger Google Cloud .NET library."]]],[]]