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 content pertains to the `DeleteVersionRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for version 1.5.0, and references various other versions of the API."],["`DeleteVersionRequest` is used to manage and delete versions within the Google Cloud Dialogflow CX environment, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteVersionRequest` has two constructors: a parameterless default and one that accepts another `DeleteVersionRequest` object for copying, and also inherits members from the base `Object` class."],["The `DeleteVersionRequest` class features two properties: `Name`, which is a string representing the version's resource name in a specific format, and `VersionName`, which provides a typed view of the `Name` property as a `VersionName` object."],["There are many versions listed on this page, starting with version 2.23.0 as the latest, and ending with 1.0.0 as the earliest, all of which are navigable to in order to see their own specific details."]]],[]]