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 different versions of the `UpdateVersionRequest` for Google Cloud Dialogflow CX V3, ranging from version 1.0.0 up to the latest version 2.23.0."],["The `UpdateVersionRequest` class is used to update a version in Dialogflow CX and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateVersionRequest` class contains two key properties: `UpdateMask`, which specifies which fields to update (currently limited to `description` and `display_name`), and `Version`, which indicates the version to be updated."],["The class `UpdateVersionRequest` provides two constructors, one default constructor and one that takes another UpdateVersionRequest as a parameter."],["The namespace for the `UpdateVersionRequest` is `Google.Cloud.Dialogflow.Cx.V3` and is within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]