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 webpage provides reference documentation for the `DeleteVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `DeleteVersionRequest` class is used to formulate a request to delete a version within Dialogflow, as part of the `Versions.DeleteVersion` operation."],["The page lists multiple versions of the API from 4.26.0 (latest) down to 3.2.0, allowing developers to consult the documentation relevant to their specific project version."],["The `DeleteVersionRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as detailed in the documentation."],["The key properties within the class are `Name`, which represents the name of the version to delete using a specific format, and `VersionName`, a strongly-typed view of the resource name."]]],[]]