Dialogflow v3 API - Class CreateExperimentRequest (2.17.0)

public sealed class CreateExperimentRequest : IMessage<CreateExperimentRequest>, IEquatable<CreateExperimentRequest>, IDeepCloneable<CreateExperimentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class CreateExperimentRequest.

The request message for [Experiments.CreateExperiment][google.cloud.dialogflow.cx.v3.Experiments.CreateExperiment].

Inheritance

object > CreateExperimentRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CreateExperimentRequest()

public CreateExperimentRequest()

CreateExperimentRequest(CreateExperimentRequest)

public CreateExperimentRequest(CreateExperimentRequest other)
Parameter
NameDescription
otherCreateExperimentRequest

Properties

Experiment

public Experiment Experiment { get; set; }

Required. The experiment to create.

Property Value
TypeDescription
Experiment

Parent

public string Parent { get; set; }

Required. The [Agent][google.cloud.dialogflow.cx.v3.Agent] to create an [Environment][google.cloud.dialogflow.cx.v3.Environment] for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>.

Property Value
TypeDescription
string

ParentAsEnvironmentName

public EnvironmentName ParentAsEnvironmentName { get; set; }

EnvironmentName-typed view over the Parent resource name property.

Property Value
TypeDescription
EnvironmentName