public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteVersionRequest.
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-06-12 UTC."],[[["This document provides reference documentation for the `DeleteVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.4.0."],["The `DeleteVersionRequest` class is used to send a request to delete a version in Dialogflow, as it implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The document lists available versions of the `DeleteVersionRequest` class, ranging from version 4.26.0 (latest) down to version 3.2.0, allowing for backward compatibility."],["The `DeleteVersionRequest` class includes properties `Name` and `VersionName` which are needed for deleting a specific version using the proper formatting."],["The class is part of the `Google.Cloud.Dialogflow.V2` namespace and is found in the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]