Google Cloud Dialogflow v2 API - Class CreateEnvironmentRequest (4.16.0)

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].

Inheritance

object > CreateEnvironmentRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

CreateEnvironmentRequest()

public CreateEnvironmentRequest()

CreateEnvironmentRequest(CreateEnvironmentRequest)

public CreateEnvironmentRequest(CreateEnvironmentRequest other)
Parameter
NameDescription
otherCreateEnvironmentRequest

Properties

Environment

public Environment Environment { get; set; }

Required. The environment to create.

Property Value
TypeDescription
Environment

EnvironmentId

public string EnvironmentId { get; set; }

Required. The unique id of the new environment.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
AgentName