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."],[[["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."]]],[]]