Dialogflow v3 API - Class DeleteExperimentRequest (2.18.0)

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].

Inheritance

object > DeleteExperimentRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

DeleteExperimentRequest()

public DeleteExperimentRequest()

DeleteExperimentRequest(DeleteExperimentRequest)

public DeleteExperimentRequest(DeleteExperimentRequest other)
Parameter
Name Description
other DeleteExperimentRequest

Properties

ExperimentName

public ExperimentName ExperimentName { get; set; }

ExperimentName-typed view over the Name resource name property.

Property Value
Type Description
ExperimentName

Name

public string Name { get; set; }

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>.

Property Value
Type Description
string