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 documentation for the `UpdateVersionRequest` class within the Google Cloud Dialogflow v2 API for .NET, specifically referencing versions from 3.2.0 to 4.26.0, with 4.26.0 being the latest."],["The `UpdateVersionRequest` class is a message type used to update a version in Dialogflow and is found in the `Google.Cloud.Dialogflow.V2` namespace, implemented with multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base .NET `object` class and has two constructors: a parameterless one and another one that takes another `UpdateVersionRequest` object as a parameter."],["The class contains the properties `UpdateMask`, which is a `FieldMask` used to specify the fields to be updated, and `Version`, which is a `Version` object that contains information about the version that needs updating."],["The documentation details all available versions of the `UpdateVersionRequest` class, along with links to specific version details, while also providing information on the class's methods, constructors, and properties."]]],[]]