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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>.
[[["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 within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for version 1.7.0 of the library."],["`DeleteVersionRequest` is a request message used for deleting a version, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `Name` and `VersionName`, where `Name` specifies the version to be deleted and `VersionName` provides a typed view over the `Name`."],["The latest version available is 2.23.0, with multiple prior versions accessible, going back to version 1.0.0 for the same `DeleteVersionRequest`."],["The page also provides a constructor, that includes an overloaded constructor, and has links for inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]