public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateVersionRequest.
The request message for
[Versions.UpdateVersion][google.cloud.dialogflow.v2.Versions.UpdateVersion].
[[["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-04-09 UTC."],[[["This document provides reference documentation for the `UpdateVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0."],["The `UpdateVersionRequest` class is used to send update requests to the `Versions.UpdateVersion` method and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["It includes an overview of the class's inheritance, which shows that it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `UpdateVersionRequest` object, along with properties for `UpdateMask` and `Version`."],["The page also provides a list of all the previous versions of the API, ranging from 4.26.0 (latest) to 3.2.0."]]],[]]