Dialogflow v3 API - Class CreateExperimentRequest (2.11.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
Name Description
other CreateExperimentRequest

Properties

Experiment

public Experiment Experiment { get; set; }

Required. The experiment to create.

Property Value
Type Description
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
Type Description
string

ParentAsEnvironmentName

public EnvironmentName ParentAsEnvironmentName { get; set; }

EnvironmentName-typed view over the Parent resource name property.

Property Value
Type Description
EnvironmentName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.