Sends a message to the AI agent and gets a response.
Sends a message to the AI agent and gets a response.
bearer In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/agents/string/sessions/string/messages" \ -H "Content-Type: application/json" \ -d '{ "message": "string" }'{ "role": "user", "createdAt": "2019-08-24T14:15:22Z", "id": "string", "content": [ { "type": "text", "text": "string" } ]}