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 details the `UpdateVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.9.0."],["The `UpdateVersionRequest` class is used to request an update to a version, and it inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that takes another `UpdateVersionRequest` object as a parameter."],["Key properties include `UpdateMask`, which is a `FieldMask` to control which fields are updated, and `Version`, which is the `Version` to update with supported format specifications."],["A comprehensive list of versions for the `UpdateVersionRequest` are available, ranging from 3.2.0 to 4.26.0 (latest), each with its respective documentation link."]]],[]]