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