public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateEnvironmentRequest.
The request message for [Environments.CreateEnvironment][google.cloud.dialogflow.v2.Environments.CreateEnvironment].
Implements
IMessageCreateEnvironmentRequest, IEquatableCreateEnvironmentRequest, IDeepCloneableCreateEnvironmentRequest, 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 |