Google Cloud Dialogflow v2beta1 API - Class GetEnvironmentRequest (1.0.0-beta15)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GetEnvironmentRequest.

The request message for [Environments.GetEnvironment][google.cloud.dialogflow.v2beta1.Environments.GetEnvironment].

Inheritance

object > GetEnvironmentRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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>
Property Value
Type Description
string