Google Cloud Dialogflow V2 Client - Class CreateEnvironmentRequest (1.7.2)

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 \ V2

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

getEnvironment

Required. The environment to create.

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\Environment|null

hasEnvironment

clearEnvironment

setEnvironment

Required. The environment to create.

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\Environment
Returns
TypeDescription
$this

getEnvironmentId

Required. The unique id of the new environment.

Returns
TypeDescription
string

setEnvironmentId

Required. The unique id of the new environment.

Parameter
NameDescription
var string
Returns
TypeDescription
$this