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 webpage details the `DeleteVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for version 3.7.0."],["The `DeleteVersionRequest` class is used to construct a request to delete a version, as specified in the `Versions.DeleteVersion` operation within Google Cloud Dialogflow V2."],["The webpage lists various versions of the `DeleteVersionRequest`, ranging from 4.26.0 (latest) down to 3.2.0, and gives their associated endpoints."],["The `DeleteVersionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteVersionRequest` class contains two properties: `Name`, which represents the name of the version to be deleted, and `VersionName`, which provides a typed view of the name property."]]],[]]