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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation details the `UpdateVersionRequest` class, which is part of the Google Cloud Dialogflow v2beta1 API."],["The `UpdateVersionRequest` class is a request message used for updating a version in the Dialogflow API through the `Versions.UpdateVersion` method."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties such as `UpdateMask`, which controls the fields to be updated, and `Version`, which specifies the version to be updated, using the format of a project or location ID."],["It offers two constructors, a default `UpdateVersionRequest()` and `UpdateVersionRequest(UpdateVersionRequest other)`."]]],[]]