public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessageThe request message for [Environments.CreateEnvironment][google.cloud.dialogflow.cx.v3.Environments.CreateEnvironment].
Inheritance
System.Object > CreateEnvironmentRequestImplements
Google.Protobuf.IMessage<CreateEnvironmentRequest>, System.IEquatable<CreateEnvironmentRequest>, Google.Protobuf.IDeepCloneable<CreateEnvironmentRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
| Property Value | |
|---|---|
| Type | Description | 
| System.String | |
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }| Property Value | |
|---|---|
| Type | Description | 
| AgentName | |