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 document outlines the `UpdateVersionRequest` class, which is used to update a version in the Google Cloud Dialogflow CX V3 service."],["The latest version available is 2.23.0, while the current version of the document is 1.13.0, and previous versions of the API from 1.0.0 to 2.22.0 are also listed."],["`UpdateVersionRequest` allows updating the `description` and `display_name` of a version using a `FieldMask`."],["The `UpdateVersionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["Two constructors are available for the `UpdateVersionRequest` class: a default constructor and one that takes another `UpdateVersionRequest` instance for creating copies."]]],[]]