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/<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 latest version of the `DeleteExperimentRequest` documentation is 2.23.0, but this page is showing the documentation for version 2.15.0."],["This document provides the reference and code samples for the `DeleteExperimentRequest` class within the Dialogflow v3 API."],["`DeleteExperimentRequest` is a class that represents the request message used for deleting an experiment in Dialogflow CX, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteExperimentRequest` contains properties such as `ExperimentName` and `Name`, where the `Name` property specifies the full path name to the Environment that you want to delete."],["The Dialogflow V3 API provides a history of documentation on the `DeleteExperimentRequest` from version 1.0.0 to the latest 2.23.0, showing the progression of the API over time."]]],[]]