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."],[[["This page provides documentation for the `UpdateVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.10.0, and provides links for previous version documentation."],["The `UpdateVersionRequest` class is a request message used for updating versions, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateVersionRequest` class include `UpdateMask`, which controls which fields are updated, and `Version`, which specifies the version to be updated with its supported format."],["The page details the constructors for `UpdateVersionRequest`, allowing initialization with no arguments or by copying another `UpdateVersionRequest` object."],["The documentation lists all the available versions of the `UpdateVersionRequest` class, with 4.26.0 being the latest, and links to each version's specific page."]]],[]]