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 webpage details the `DeleteVersionRequest` class within the Google.Cloud.Dialogflow.V2 namespace, used for deleting versions in the Dialogflow service."],["The content provides a list of available documentation versions ranging from 3.2.0 to the latest 4.26.0, each linked to the respective `DeleteVersionRequest` documentation."],["The `DeleteVersionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `DeleteVersionRequest` object."],["Key properties of the `DeleteVersionRequest` class are `Name` (a string representing the version to delete) and `VersionName` (a typed view of the `Name` property)."]]],[]]