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."],[[["This document provides reference documentation for the `VariantsHistory` class within the Google Cloud Dialogflow CX v3 API, specifically focusing on version 2.9.0."],["The `VariantsHistory` class represents the history of variants updates and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VariantsHistory` class has properties like `UpdateTime` which records the timestamp of variant updates, `VariantsCase` which is used to check which variant type is currently in use, and `VersionVariants` which holds the actual versioned variants."],["The document lists various versions of the Google.Cloud.Dialogflow.Cx.V3 library, from 2.23.0 down to 1.0.0."],["The document details the constructors available for the `VariantsHistory` class, including a default constructor and one that takes another `VariantsHistory` object as a parameter for copying."]]],[]]