Class CreateEnvironmentRequest (0.8.0)

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

The request message for [Environments.CreateEnvironment][google.cloud.dialogflow.cx.v3beta1.Environments.CreateEnvironment].

Attributes: parent (str): Required. The [Agent][google.cloud.dialogflow.cx.v3beta1.Agent] to create an [Environment][google.cloud.dialogflow.cx.v3beta1.Environment] for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. environment (google.cloud.dialogflowcx_v3beta1.types.Environment): Required. The environment to create.

Inheritance

builtins.object > proto.message.Message > CreateEnvironmentRequest