Class CreateAgentRequest (0.8.0)

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

The request message for [Agents.CreateAgent][google.cloud.dialogflow.cx.v3beta1.Agents.CreateAgent].

Attributes: parent (str): Required. The location to create a agent for. Format: projects/<Project ID>/locations/<Location ID>. agent (google.cloud.dialogflowcx_v3beta1.types.Agent): Required. The agent to create.

Inheritance

builtins.object > proto.message.Message > CreateAgentRequest