public sealed class DeleteExperimentRequest : IMessage<DeleteExperimentRequest>, IEquatable<DeleteExperimentRequest>, IDeepCloneable<DeleteExperimentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class DeleteExperimentRequest.
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/experiments/<ExperimentID>.
[[["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 documentation for the `DeleteExperimentRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET library."],["The `DeleteExperimentRequest` class is used to send a request to delete an experiment, as part of the `Experiments.DeleteExperiment` API method."],["This documentation covers versions 1.0.0 through 2.23.0 of the API, with the currently viewed version being 2.22.0, and 2.23.0 being the latest available version."],["The `DeleteExperimentRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ExperimentName` and `Name`, which are used to specify the experiment to be deleted, such as its name and the path to it, within a Dialogflow CX environment."]]],[]]