Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class CreateEnvironmentRequest.
The request message for Environments.CreateEnvironment.
Generated from protobuf message google.cloud.dialogflow.v2.CreateEnvironmentRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The agent to create an environment for. Supported formats: - |
↳ environment |
Google\Cloud\Dialogflow\V2\Environment
Required. The environment to create. |
↳ environment_id |
string
Required. The unique id of the new environment. |
getParent
Required. The agent to create an environment for.
Supported formats:
projects/<Project ID>/agent
projects/<Project ID>/locations/<Location ID>/agent
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The agent to create an environment for.
Supported formats:
projects/<Project ID>/agent
projects/<Project ID>/locations/<Location ID>/agent
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEnvironment
Required. The environment to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\Environment|null |
hasEnvironment
clearEnvironment
setEnvironment
Required. The environment to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\Environment
|
Returns | |
---|---|
Type | Description |
$this |
getEnvironmentId
Required. The unique id of the new environment.
Returns | |
---|---|
Type | Description |
string |
setEnvironmentId
Required. The unique id of the new environment.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |