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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]