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 webpage details the `UpdateVersionRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically within the context of version 1.11.0 of the Google Cloud Dialogflow CX .NET library."],["The `UpdateVersionRequest` class is used to send requests to the `Versions.UpdateVersion` method, and it inherits from the base `Object` class and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the `Google.Cloud.Dialogflow.Cx.V3` component is 2.23.0, with numerous prior versions also accessible, dating back to version 1.0.0."],["The `UpdateVersionRequest` class has two constructors, one default constructor and one that takes another `UpdateVersionRequest` as an argument."],["The `UpdateVersionRequest` class contains properties that are `UpdateMask`, which controls the fields that are updated in the request, and `Version`, which is the version that is to be updated."]]],[]]