Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class GetEnvironmentRequest.
The request message for Environments.GetEnvironment.
Generated from protobuf message google.cloud.dialogflow.v2.GetEnvironmentRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the environment. Supported formats: - |
getName
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-
.
Returns | |
---|---|
Type | Description |
string |
setName
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-
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |