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 latest version available is 2.23.0, part of the Google.Cloud.Dialogflow.Cx.V3 library, with numerous prior versions listed from 2.22.0 down to 1.0.0."],["The `UpdateVersionRequest` class is used to request updates for a specific version within the Dialogflow CX V3 framework, inheriting from the base object class and implementing several interfaces for message handling and cloning."],["The `UpdateVersionRequest` class has a constructor that allows creating a new instance and one that copies from an existing `UpdateVersionRequest` object."],["The `UpdateVersionRequest` class includes two key properties, `UpdateMask`, to control which fields can be updated, and `Version`, to specify the version being updated."],["The listed versions are part of the Google Cloud Dialogflow CX V3 .NET library, all having a direct reference link within the provided data."]]],[]]