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."],[[["The content provides a comprehensive list of versions for `Google.Cloud.Dialogflow.Cx.V3.UpdateVersionRequest`, ranging from the latest version 2.23.0 down to version 1.0.0."],["The `UpdateVersionRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the Google.Cloud.Dialogflow.Cx.V3.dll assembly."],["This class is used as the request message for updating versions in Dialogflow CX, as referenced by the `Versions.UpdateVersion` method."],["The class implements multiple interfaces, including `IMessage\u003cUpdateVersionRequest\u003e`, `IEquatable\u003cUpdateVersionRequest\u003e`, `IDeepCloneable\u003cUpdateVersionRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `UpdateVersionRequest` class has properties `UpdateMask` and `Version`, allowing for targeted updates of description and display name, as well as the specific version to update."]]],[]]