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 request updates to versions within the Google Cloud Dialogflow CX V3 service."],["The latest version available for the `UpdateVersionRequest` is 2.23.0, with a list of other accessible versions ranging from 2.22.0 down to 1.0.0."],["The `UpdateVersionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateVersionRequest` class has two constructors, one being a parameterless constructor and the other taking an `UpdateVersionRequest` object as a parameter, allowing for the creation of new instances with or without existing data."],["The `UpdateMask` and `Version` properties are required to update version fields, but currently, only `description` and `display_name` can be updated."]]],[]]