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 document provides reference information for the `UpdateVersionRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for version 2.16.0 and other versions as well."],["The `UpdateVersionRequest` class is used to update versions within Dialogflow CX and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateVersionRequest` class includes two main properties: `UpdateMask`, which controls which fields are updated (currently only `description` and `display_name`), and `Version`, which specifies the version to be updated."],["There are numerous older versions available, with version 2.23.0 being the most recent release."],["There are also public constructors for this class `UpdateVersionRequest()` and `UpdateVersionRequest(UpdateVersionRequest other)`."]]],[]]