public sealed class GetEnvironmentRequest : IMessage<GetEnvironmentRequest>, IEquatable<GetEnvironmentRequest>, IDeepCloneable<GetEnvironmentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class GetEnvironmentRequest.
The request message for [Environments.GetEnvironment][google.cloud.dialogflow.v2.Environments.GetEnvironment].
Implements
IMessageGetEnvironmentRequest, IEquatableGetEnvironmentRequest, IDeepCloneableGetEnvironmentRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DialogflowV2Assembly
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 | |