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"]],[["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."],[[["The page provides documentation for the `DeleteVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in deleting versions."],["Version 4.26.0 is the latest documented version, with a list of links to previous versions of the `DeleteVersionRequest` going as low as version 3.2.0."],["`DeleteVersionRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteVersionRequest` class has two constructors, one default and one that takes another `DeleteVersionRequest` object as a parameter."],["The `DeleteVersionRequest` class has two properties, `Name` (a string), and `VersionName`, which provides a typed view over the `Name` property."]]],[]]