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 page 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 for `DeleteVersionRequest` is 4.26.0, with a list of versions ranging back to version 3.2.0."],["The `DeleteVersionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its ability to interact with the Google Protocol Buffers framework."],["The class includes two constructors, a default constructor and one that takes another `DeleteVersionRequest` object, allowing for easy creation and cloning of objects."],["The `DeleteVersionRequest` class contains properties `Name` and `VersionName`, where `Name` is a required string representing the version's resource name and `VersionName` is a typed view over `Name` for easy interaction with the version's resource name."]]],[]]