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-03-21 UTC."],[[["The latest version available is 4.26.0, with a comprehensive list of previous versions provided, ranging down to version 3.2.0."],["This content details the `UpdateVersionRequest` class, which is used for updating versions within the Google Cloud Dialogflow V2 service."],["The `UpdateVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default one and one that takes another `UpdateVersionRequest` object as a parameter, and it has two properties `UpdateMask` and `Version`."],["`UpdateVersionRequest` has an `UpdateMask` property that decides which properties of a version will get updated, and a `Version` property that contains the version data."]]],[]]