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."],[[["The `DeleteExperimentRequest` class is used to send a request to delete an experiment within the Google Cloud Dialogflow CX service."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is found in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The latest version documented is 2.23.0, and the page includes historical versions going back to version 1.0.0, for the same `DeleteExperimentRequest` entity."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteExperimentRequest\u003e`, `IDeepCloneable\u003cDeleteExperimentRequest\u003e`, and `IBufferMessage`, allowing for various operations and comparisons."],["Key properties include `ExperimentName` for a typed view of the resource name, and `Name` for specifying the experiment to be deleted using the full resource name format."]]],[]]