public sealed class UpdateVersionRequest : IMessage<UpdateVersionRequest>, IEquatable<UpdateVersionRequest>, IDeepCloneable<UpdateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateVersionRequest.
The request message for
[Versions.UpdateVersion][google.cloud.dialogflow.v2beta1.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."],[[["This documentation is for the `UpdateVersionRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta18."],["`UpdateVersionRequest` is the request message used for updating versions via `Versions.UpdateVersion` within the Dialogflow API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality and integration with Google Protobuf."],["The class includes properties `UpdateMask` of type `FieldMask` to control which fields are updated, and `Version` of type `Version` which specifies the version to update."],["There are two constructors for creating an instance of `UpdateVersionRequest`, one with no arguments, and another taking another `UpdateVersionRequest` as an argument."]]],[]]