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 current documentation page is focused on version 2.15.0 of the `Google.Cloud.Dialogflow.Cx.V3` API."],["The `UpdateVersionRequest` class is the focus of this documentation, which is used for sending update requests to modify versions within the Dialogflow CX API."],["`UpdateVersionRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` allowing the objects to be handled in the .NET protobuf pipeline."],["The `UpdateVersionRequest` class has two properties, `UpdateMask`, which is a required `FieldMask` that controls which fields get updated, and `Version`, which represents the version being updated."],["The documentation provides a comprehensive list of available versions, ranging from 1.0.0 to the latest 2.23.0, each linking to their respective documentation, allowing users to reference earlier versions."]]],[]]