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 content provides a comprehensive list of available versions for the `Google.Cloud.Dialogflow.Cx.V3.UpdateVersionRequest`, ranging from the latest version 2.23.0 down to version 1.0.0."],["The `UpdateVersionRequest` class is designed for updating versions within Google Cloud Dialogflow CX V3, implementing several interfaces for message handling, cloning, and equality checks."],["The `UpdateVersionRequest` has two constructors allowing for the creation of a new object or a copy of an existing one and its properties `UpdateMask` and `Version` are used to control which field gets updated and the version to be updated respectively."],["This documentation includes inherited members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, indicating its inheritance hierarchy."],["The assembly `Google.Cloud.Dialogflow.Cx.V3.dll` is the container for this class, located within the `Google.Cloud.Dialogflow.Cx.V3` namespace, and it is all part of the C# .NET framework."]]],[]]