Class CreateEnvironmentRequest (1.0.0)

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

Inheritance

System.Object > CreateEnvironmentRequest

Implements

Google.Protobuf.IMessage<CreateEnvironmentRequest>, System.IEquatable<CreateEnvironmentRequest>, Google.Protobuf.IDeepCloneable<CreateEnvironmentRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.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

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/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>.

Property Value
TypeDescription
System.String

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
AgentName