public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessage
The request message for [Environments.GetEnvironment][google.cloud.dialogflow.v2.Environments.GetEnvironment].
Implements
IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.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. Supported formats:
projects/{Project ID}/agent/environments/{Environment ID}
projects/{Project ID}/locations/{Location ID>/agent/environments/<Environment ID>
The environment ID for the default environment is -
.
Property Value | |
---|---|
Type | Description |
String |