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-03-21 UTC."],[[["This page details the `DeleteVersionRequest` class within the Google.Cloud.Dialogflow.V2 namespace, specifically for version 3.5.0 and higher of the .NET library."],["`DeleteVersionRequest` is a request message used for the `Versions.DeleteVersion` operation in the Dialogflow API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteVersionRequest` class contains properties such as `Name` (a string) and `VersionName` to specify the version to be deleted."],["The documentation provides a comprehensive list of all available versions from 3.2.0 up to the latest 4.26.0, each with a link to its specific documentation."]]],[]]