public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class CreateEnvironmentRequest.
The request message for [Environments.CreateEnvironment][google.cloud.dialogflow.cx.v3.Environments.CreateEnvironment].
Implements
IMessageCreateEnvironmentRequest, IEquatableCreateEnvironmentRequest, IDeepCloneableCreateEnvironmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
CreateEnvironmentRequest()
public CreateEnvironmentRequest()CreateEnvironmentRequest(CreateEnvironmentRequest)
public CreateEnvironmentRequest(CreateEnvironmentRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | CreateEnvironmentRequest | 
Properties
Environment
public Environment Environment { get; set; }Required. The environment to create.
| Property Value | |
|---|---|
| Type | Description | 
| Environment | |
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }| Property Value | |
|---|---|
| Type | Description | 
| AgentName | |