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"]],[["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."],[[["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`."]]],[]]