public sealed class DeleteVersionRequest : IMessage<DeleteVersionRequest>, IEquatable<DeleteVersionRequest>, IDeepCloneable<DeleteVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DeleteVersionRequest.
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-04-09 UTC."],[[["This page provides reference documentation for the `DeleteVersionRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for version 2.21.0."],["The `DeleteVersionRequest` class is used to request the deletion of a specific version within Dialogflow CX, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists a comprehensive history of available versions for the `DeleteVersionRequest` class, ranging from version 2.23.0 (latest) down to version 1.0.0."],["The `DeleteVersionRequest` class has two constructors, a default parameter-less constructor, and one that takes another `DeleteVersionRequest` instance as an argument."],["The `DeleteVersionRequest` class includes two properties, `Name`, which is a string that specifies the version to be deleted, and `VersionName`, which provides a strongly-typed view over the `Name` property."]]],[]]