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-04-17 UTC."],[[["This webpage provides reference documentation for the `DeleteVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET developers."],["The `DeleteVersionRequest` class is used to delete versions in Dialogflow, with the latest version being 4.26.0 and support stretching back to version 3.2.0."],["This class inherits from the base `Object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteVersionRequest` class has two constructors, one default constructor and another that takes another `DeleteVersionRequest` as a parameter."],["This page also outlines two important properties of the class, `Name` which specifies the name of the version to delete, and `VersionName` which provides a typed view over the resource name."]]],[]]