public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
The request message for [Versions.UpdateVersion][google.cloud.dialogflow.cx.v3.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 webpage details the `UpdateVersionRequest` class, which is used to send update requests for versions in Google Cloud Dialogflow CX V3."],["The latest version available is 2.23.0, while the page focuses on version 2.1.0 and contains links to various versions ranging from 1.0.0 to 2.23.0 for `UpdateVersionRequest`."],["The `UpdateVersionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, `UpdateVersionRequest()` and `UpdateVersionRequest(UpdateVersionRequest)`, and has properties to manage `UpdateMask` and `Version` data."],["`UpdateVersionRequest` allows updates to specific fields, and currently only `description` and `display_name` can be updated using `UpdateMask`."]]],[]]