Reference documentation and code samples for the Google Cloud Ces V1 Client class CreateAgentRequest.
Request message for AgentService.CreateAgent .
Generated from protobuf message google.cloud.ces.v1.CreateAgentRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the app to create an agent in.
↳ agent_id
string
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
getParent
Required. The resource name of the app to create an agent in.
string
setParent
Required. The resource name of the app to create an agent in.
var
string
$this
getAgentId
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.
string
setAgentId
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.
var
string
$this
getAgent
Required. The agent to create.
hasAgent
clearAgent
setAgent
Required. The agent to create.
$this
static::build
parent
string
Required. The resource name of the app to create an agent in. Please see AgentServiceClient::appName() for help formatting this field.
agent
agentId
string
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.
static::buildFromParentAgent
parent
string
Required. The resource name of the app to create an agent in. Please see AgentServiceClient::appName() for help formatting this field.
agent

