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-03-21 UTC."],[[["The latest version available is 4.26.0, as indicated by the provided list of versions for `Google.Cloud.Dialogflow.V2.UpdateVersionRequest`."],["This document outlines various versions of `UpdateVersionRequest`, ranging from version 3.2.0 up to the latest 4.26.0 for the Dialogflow V2 service."],["`UpdateVersionRequest` is a class within the `Google.Cloud.Dialogflow.V2` namespace, used to update versions within the Dialogflow service and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateVersionRequest` class includes properties `UpdateMask` of type `FieldMask`, and `Version` of type `Version`, which control what fields to update and the version to update, respectively."]]],[]]