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 webpage provides documentation for the `UpdateVersionRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage and properties."],["The `UpdateVersionRequest` class is used to request updates to a version, supporting changes to `description` and `display_name` fields."],["The page lists multiple versions of the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from 1.0.0 to the latest version 2.23.0, offering a history of available releases."],["`UpdateVersionRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, as explained within the content."]]],[]]