public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
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."],[[["The page details the `UpdateVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for updating versions in the Dialogflow API."],["It lists available versions of the Google Cloud Dialogflow V2 API, ranging from version 3.2.0 to the latest 4.26.0, with links to each versions documentation."],["The `UpdateVersionRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a parameterless constructor and one that takes another `UpdateVersionRequest` object, allowing you to specify properties like `UpdateMask` and `Version` to target what will be updated."],["The request message for updating a version is available using the versions.UpdateVersion method."]]],[]]