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