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."],[[["The webpage details the `DeleteVersionRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for deleting a version in Dialogflow CX."],["It lists available versions of the `DeleteVersionRequest` class, ranging from the latest version 2.23.0 down to version 1.0.0, with each version link redirecting to its respective documentation."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The `DeleteVersionRequest` class includes two constructors and two properties, `Name` and `VersionName`, with the `Name` property being the required field for specifying the version to be deleted."],["The `Name` property requires a string that defines the path of the version to be deleted in the given format, or a `VersionName` object can be utilized as an alternative."]]],[]]