public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateVersionRequest.
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 reference documentation for the `UpdateVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `UpdateVersionRequest` class is used to manage version updates and is part of the `Google.Cloud.Dialogflow.V2` namespace, found within the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The page lists several versions of the API, with `4.26.0` being the latest, and `4.3.0` as the current version, going all the way back to `3.2.0`."],["The `UpdateVersionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse usage."],["Key properties within the `UpdateVersionRequest` class include `UpdateMask`, which determines the fields to update, and `Version`, which identifies the version being updated using specific project and location identifiers."]]],[]]