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-03-21 UTC."],[[["This page provides reference documentation for the `DeleteVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The `DeleteVersionRequest` class is used to send a request to delete a specific version in Dialogflow, offering different ways to identify the version with the `Name` property or the `VersionName` property."],["The page lists numerous previous versions of the `DeleteVersionRequest` class, with version 4.26.0 being the latest available, and includes links to each version's documentation."],["The `DeleteVersionRequest` class inherits from the `object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating a `DeleteVersionRequest` instance, one being empty, and the other taking another instance as a parameter, in addition to a `Name` and `VersionName` property."]]],[]]