Class CreateEnvironmentRequest (3.4.0)

public sealed class CreateEnvironmentRequest : IMessage<CreateEnvironmentRequest>, IEquatable<CreateEnvironmentRequest>, IDeepCloneable<CreateEnvironmentRequest>, IBufferMessage, IMessage

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