Google Cloud Dialogflow V2 Client - Class GetEnvironmentRequest (1.8.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class GetEnvironmentRequest.

The request message for Environments.GetEnvironment.

Generated from protobuf message google.cloud.dialogflow.v2.GetEnvironmentRequest

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the environment. Supported formats: - 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 -.

getName

Required. The name of the environment.

Supported formats:

  • 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
TypeDescription
string

setName

Required. The name of the environment.

Supported formats:

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