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-17 UTC."],[[["The latest version available for the Google Cloud Dialogflow v2 API is 4.26.0, with a range of versions available dating back to version 3.2.0."],["This documentation focuses on the `DeleteVersionRequest` class within the Google.Cloud.Dialogflow.V2 namespace, used to request the deletion of a specific version."],["The `DeleteVersionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteVersionRequest` class has two constructors, a default one and another that accepts another `DeleteVersionRequest` as a parameter."],["Key properties of `DeleteVersionRequest` include `Name` (a string representing the name of the version to be deleted) and `VersionName` (a `VersionName`-typed view of the `Name` property)."]]],[]]