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, with a comprehensive list of previous versions provided, ranging down to version 3.2.0."],["The primary focus is on the `UpdateVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.4.0."],["`UpdateVersionRequest` class is designed for updating versions and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateVersionRequest` class has two constructors, a default constructor and a constructor that takes another `UpdateVersionRequest` object as a parameter, allowing cloning of objects."],["The class properties include `UpdateMask`, of type `FieldMask`, to specify which fields to update, and `Version`, of type `Version`, specifying the version to update, which follows specific supported formats."]]],[]]