public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeleteVersionRequest.
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 document provides reference documentation for the `DeleteVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `DeleteVersionRequest` class is used to request the deletion of a version, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `DeleteVersionRequest` object as a parameter to create a copy."],["It includes two properties for identifying the version to be deleted: `Name` (a string representing the resource name) and `VersionName` (a typed view over the resource name)."],["This page also lists the historical versions of this component, starting from the latest version (4.26.0) down to 3.2.0, and each version links to the corresponding `DeleteVersionRequest` documentation."]]],[]]