Class CreateAgentRequest (0.3.0)

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

Request message for AgentService.CreateAgent.

Attributes

Name Description
parent str
Required. The resource name of the app to create an agent in.
agent_id str
Optional. The ID to use for the agent, which will become the final component of the agent's resource name. If not provided, a unique ID will be automatically assigned for the agent.
agent google.cloud.ces_v1.types.Agent
Required. The agent to create.