public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
The request message for [Versions.DeleteVersion][google.cloud.dialogflow.cx.v3.Versions.DeleteVersion].
Required. The name of the [Version][google.cloud.dialogflow.cx.v3.Version] to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version ID>.
[[["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 webpage details the `DeleteVersionRequest` class, which is used to request the deletion of a specific version within the Google Cloud Dialogflow CX environment."],["The latest version of `DeleteVersionRequest` available is 2.23.0, with a list of versions provided dating back to 1.0.0, providing a historical view of the class evolution."],["`DeleteVersionRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and usability."],["The class includes two constructors: a default constructor `DeleteVersionRequest()` and an overloaded constructor `DeleteVersionRequest(DeleteVersionRequest other)` that accepts another instance of the class."],["Key properties of this class are `Name` and `VersionName`, where `Name` specifies the version to be deleted, and `VersionName` offers a typed view over the `Name` property."]]],[]]