Class GetEnvironmentRequest (1.1.0)

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

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

Inheritance

Object > GetEnvironmentRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GetEnvironmentRequest()

public GetEnvironmentRequest()

GetEnvironmentRequest(GetEnvironmentRequest)

public GetEnvironmentRequest(GetEnvironmentRequest other)
Parameter
NameDescription
otherGetEnvironmentRequest

Properties

EnvironmentName

public EnvironmentName EnvironmentName { get; set; }

EnvironmentName-typed view over the Name resource name property.

Property Value
TypeDescription
EnvironmentName

Name

public string Name { get; set; }

Required. The name of the [Environment][google.cloud.dialogflow.cx.v3.Environment]. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/environments/&lt;Environment ID>.

Property Value
TypeDescription
String