Google Cloud Dialogflow V2 Client - Class CreateEnvironmentRequest (1.0.1)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The agent to create an environment for. Supported formats: - projects/<Project ID>/agent - projects/<Project ID>/locations/<Location ID>/agent

↳ 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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getEnvironment

Required. The environment to create.

Generated from protobuf field .google.cloud.dialogflow.v2.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
NameDescription
var Google\Cloud\Dialogflow\V2\Environment
Returns
TypeDescription
$this

getEnvironmentId

Required. The unique id of the new environment.

Generated from protobuf field string environment_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setEnvironmentId

Required. The unique id of the new environment.

Generated from protobuf field string environment_id = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this