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, used for deleting versions in the Dialogflow API."],["The latest version of the API available on this page is 4.26.0, but versions from 3.2.0 through to the latest are available."],["The `DeleteVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteVersionRequest` class contains properties such as `Name`, which is a string representing the name of the version to be deleted, and `VersionName`, a type-safe view of the resource name."],["The `DeleteVersionRequest` class has two constructors, one default constructor and one that takes another `DeleteVersionRequest` as an argument for cloning."]]],[]]