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 webpage provides reference documentation for the `DeleteExperimentRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET."],["The `DeleteExperimentRequest` class is used as a request message for deleting experiments in the Dialogflow CX v3 API, inheriting from and implementing several interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The document outlines the class's constructors, including a default constructor and a constructor that takes another `DeleteExperimentRequest` object for copying."],["Key properties of the `DeleteExperimentRequest` class include `ExperimentName`, which is a strongly-typed view of the resource name, and `Name`, which specifies the fully-qualified resource name of the experiment to be deleted."],["A comprehensive list of available versions, ranging from 1.0.0 to the latest 2.23.0, are available, with each of them having an associated link to the documentation of the DeleteExperimentRequest object for that version."]]],[]]