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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]