public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessageThe request message for [Environments.GetEnvironment][google.cloud.dialogflow.cx.v3.Environments.GetEnvironment].
Inheritance
System.Object > GetEnvironmentRequestImplements
Google.Protobuf.IMessage<GetEnvironmentRequest>, System.IEquatable<GetEnvironmentRequest>, Google.Protobuf.IDeepCloneable<GetEnvironmentRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GetEnvironmentRequest()
public GetEnvironmentRequest()GetEnvironmentRequest(GetEnvironmentRequest)
public GetEnvironmentRequest(GetEnvironmentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetEnvironmentRequest |
Properties
EnvironmentName
public EnvironmentName EnvironmentName { get; set; }EnvironmentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EnvironmentName |
|
Name
public string Name { get; set; }Required. The name of the [Environment][google.cloud.dialogflow.cx.v3.Environment].
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|