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.4.0 and its associated documentation."],["The latest version documented is 4.26.0, and the page offers a comprehensive list of versions ranging from 3.2.0 to 4.26.0 for `DeleteVersionRequest`."],["The `DeleteVersionRequest` class, used for deleting versions in Dialogflow, inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteVersionRequest` include `Name` (a string representing the version to delete) and `VersionName` (a `VersionName`-typed view of the `Name` property)."],["The documentation provides details on the `DeleteVersionRequest` class's constructors, including a default constructor and a constructor that accepts another `DeleteVersionRequest` object as a parameter."]]],[]]