Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DeleteEnvironmentRequest.
The request message for Environments.DeleteEnvironment.
Generated from protobuf message google.cloud.dialogflow.v2.DeleteEnvironmentRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the environment to delete. / Format: - |
getName
Required. The name of the environment to delete.
/ Format:
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 to delete.
/ Format:
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 |