public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
The request message for [Versions.UpdateVersion][google.cloud.dialogflow.v2.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-04-09 UTC."],[[["This page provides documentation for the `UpdateVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.8.0."],["The `UpdateVersionRequest` class is used to send requests for updating versions and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of past versions, starting with 4.26.0 (latest) all the way back to 3.2.0, with links to each version's documentation."],["Key properties of the `UpdateVersionRequest` class include `UpdateMask` (which fields to update) and `Version` (the version to update), each with their own descriptions."],["The page also details the constructors available for the `UpdateVersionRequest` class, including a parameter to copy the state of an existing `UpdateVersionRequest`."]]],[]]