public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateVersionRequest.
The request message for
[Versions.UpdateVersion][google.cloud.dialogflow.cx.v3.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 2.23.0, but the page primarily documents version 2.9.0 of the Dialogflow v3 API."],["The document provides reference documentation for the `UpdateVersionRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `UpdateVersionRequest` class is used for updating a version in Dialogflow and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main properties of `UpdateVersionRequest` are `UpdateMask`, which specifies which fields to update, and `Version`, which holds the version data to update."],["The `UpdateVersionRequest` class allows for updating a version's `description` and `display_name`."]]],[]]