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 webpage 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 documentation provided is 4.26.0, and the page offers links to documentation for versions ranging from 3.2.0 to 4.26.0, allowing the user to look at various versions of the code."],["`DeleteVersionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class includes properties such as `Name` (a string) and `VersionName` (of type `VersionName`), used to identify the version targeted for deletion in the Dialogflow API."]]],[]]