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/<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 document provides reference documentation for the `DeleteVersionRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, specifically for version 2.15.0."],["The `DeleteVersionRequest` class is used to send a request to delete a version within the Dialogflow CX v3 API."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that takes another `DeleteVersionRequest` as a parameter, and properties which include `Name`, and a `VersionName` typed view."],["The page also contains a listing of previous versions, starting from 2.23.0 (latest) all the way back to 1.0.0, each linking to the relevant documentation."]]],[]]