public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
The request message for [Versions.DeleteVersion][google.cloud.dialogflow.v2.Versions.DeleteVersion].
[[["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 page details the `DeleteVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET version 3.9.0."],["The `DeleteVersionRequest` class is used to construct a request to delete a version within the Dialogflow API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default one and another that takes a `DeleteVersionRequest` object as a parameter for cloning."],["The class includes properties such as `Name` (a string representing the version's name) and `VersionName` (a `VersionName`-typed view of the version's name)."],["The page also contains a comprehensive list of versions for the package, ranging from 4.26.0 (latest) down to 3.2.0, for the `DeleteVersionRequest`."]]],[]]