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
Methods
__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
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
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
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEnvironment
Required. The environment to create.
Generated from protobuf field .google.cloud.dialogflow.v2.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\V2\Environment|null |
hasEnvironment
clearEnvironment
setEnvironment
Required. The environment to create.
Generated from protobuf field .google.cloud.dialogflow.v2.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\V2\Environment
|
Returns | |
---|---|
Type | Description |
$this |
getEnvironmentId
Required. The unique id of the new environment.
Generated from protobuf field string environment_id = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setEnvironmentId
Required. The unique id of the new environment.
Generated from protobuf field string environment_id = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |