Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateAgentRequest.
The request message for Agents.CreateAgent.
Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateAgentRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ parent | 
        
          string
          Required. The location to create a agent for. Format:   | 
      
↳ agent | 
        
          Agent
          Required. The agent to create.  | 
      
getParent
Required. The location to create a agent for.
Format: projects/<ProjectID>/locations/<LocationID>.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setParent
Required. The location to create a agent for.
Format: projects/<ProjectID>/locations/<LocationID>.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getAgent
Required. The agent to create.
| Returns | |
|---|---|
| Type | Description | 
Agent|null | 
        |
hasAgent
clearAgent
setAgent
Required. The agent to create.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Agent
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameters | |
|---|---|
| Name | Description | 
parent | 
        
          string
          Required. The location to create a agent for.
Format:   | 
      
agent | 
        
          Agent
          Required. The agent to create.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateAgentRequest | 
        |