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 documentation for the `UpdateVersionRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its purpose, inheritance, and implementation."],["This `UpdateVersionRequest` class is used to update versions in the Dialogflow CX V3 API, and it has constructors and properties like `UpdateMask` and `Version` for specifying the details of the update."],["The document lists different versions of the API from 1.0.0 up to the latest 2.23.0, accessible via links, but specifically focuses on the implementation of the `UpdateVersionRequest` class."],["The `UpdateVersionRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with inherited members from the `Object` class also listed."],["The properties `UpdateMask` and `Version` of the `UpdateVersionRequest` class are essential, with `UpdateMask` controlling which fields are updated (currently `description` and `display_name`) and `Version` representing the specific version to be updated."]]],[]]