Class CreateEnvironmentRequest (2.16.0)

CreateEnvironmentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for Environments.CreateEnvironment.

Attributes

NameDescription
parent str
Required. The agent to create an environment for. Supported formats: - ``projects/
environment google.cloud.dialogflow_v2beta1.types.Environment
Required. The environment to create.
environment_id str
Required. The unique id of the new environment.

Inheritance

builtins.object > proto.message.Message > CreateEnvironmentRequest