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-04-09 UTC."],[[["This webpage details the `DeleteVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development, with the latest version being 4.26.0 and going down to 3.2.0."],["The `DeleteVersionRequest` class is used for requesting the deletion of a version in Dialogflow, which is an object that inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that accepts another `DeleteVersionRequest` object, and it has two properties: `Name` for specifying the version's name and `VersionName`, a typed view over the name property."],["The `Name` property is required to use the service, and the version name can be expressed as `projects/{Project ID}/agent/versions/{Version ID}` or `projects/{Project ID}/locations/{Location ID}/agent/versions/{Version ID}`."],["There are multiple versions of the `DeleteVersionRequest` class available, with links provided to documentation for each, supporting a wide range of .NET versions."]]],[]]