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 provides documentation for the `DeleteExperimentRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The `DeleteExperimentRequest` class is used to create a request message for deleting an experiment in Dialogflow CX, as part of the `Experiments.DeleteExperiment` process."],["There are numerous versions available, ranging from the latest version 2.23.0 down to 1.0.0, with links to documentation for each specific version of `DeleteExperimentRequest`."],["The page details the class's inheritance hierarchy, the interfaces it implements, and its inherited members from the base `Object` class, as well as available constructors and properties like `ExperimentName` and `Name`."],["The required property `Name` is a string that specifies the format and what environment is being deleted, which is essential to specify in order to delete the intended experiment."]]],[]]