public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessageThe request message for [Environments.CreateEnvironment][google.cloud.dialogflow.v2.Environments.CreateEnvironment].
Inheritance
System.Object > CreateEnvironmentRequestImplements
IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.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 | |
EnvironmentId
public string EnvironmentId { get; set; }Required. The unique id of the new environment.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Parent
public string Parent { get; set; }Required. The agent to create an environment for. Supported formats:
- projects/{Project ID}/agent
- projects/{Project ID}/locations/{Location ID}/agent
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }| Property Value | |
|---|---|
| Type | Description | 
| AgentName | |