This object represents an agent
Document| Property | Type | Description |
|---|---|---|
| id | Integer | Unique identifier for the object |
| connection | Integer | The agent connection which should be used |
| type | Integer | The agent type |
| name | Text | Name of the agent |
| description | Text | Description of the agent |
| introduction | Text | Introduction message |
| tools | Text | Tools available to this agent |
| outgoing | Text | Describes the outgoing response payload, this must contain a schema name |
| action | Text | Action which gets invoked for each generated response |
| insertDate | DateTime | |
| metadata | Common_Metadata | Use this parameter to attach key-value data |