aiAgent
Update an existing AI Agent
PATCH
Authorizations
Cookie-based authentication
Path Parameters
The unique identificator of the AI Agent
Body
application/json
The new updated AI agent
Unique identifier of the AI agent (unsigned integer)
Required range:
x >= 0
Example:
1
Category of this ai agent
Example:
41
Channels this ai agent is available on
Example:
["all"]
The name of the AI agent visible to the user. It is also used by the LLM to validate if the intent is correctly identified
Example:
"Change bank data (Code)"
The description of the AI agent as defined by the user. It is also used by the LLM to validate if the intent is correctly identified
Example:
"Customer wants to change his bank data"
Example:
[8, 26]
Response
200
application/json
Intent description updated
Data format of Enneo success messages
Operation was successful
Example:
true