public sealed class DeleteExperimentRequest : IMessage<DeleteExperimentRequest>, IEquatable<DeleteExperimentRequest>, IDeepCloneable<DeleteExperimentRequest>, IBufferMessage, IMessage
The request message for [Experiments.DeleteExperiment][google.cloud.dialogflow.cx.v3.Experiments.DeleteExperiment].
Required. The name of the [Environment][google.cloud.dialogflow.cx.v3.Environment] to delete.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>/experiments/<Experiment 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 webpage details the `DeleteExperimentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for deleting experiments in the Dialogflow CX API."],["The latest version of the `DeleteExperimentRequest` class is 2.23.0, while a comprehensive list of prior versions, ranging from 1.0.0 to 2.22.0, is accessible on the webpage, each with dedicated links."],["The `DeleteExperimentRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteExperimentRequest\u003e`, `IDeepCloneable\u003cDeleteExperimentRequest\u003e`, and `IBufferMessage`, and also contains inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The Class has two constructors, a default one and one that accepts another DeleteExperimentRequest as a parameter, and also contains two properties, an `ExperimentName` property of type `ExperimentName` and a `Name` property of type `string` that represents the resource name to delete."]]],[]]