Retries a message previously sent to the AI agent and gets a response.
Retries a message previously sent to the AI agent and gets a response.
bearer In: header
application/json
curl -X PUT "https://example.com/agents/string/sessions/string/messages/string"{ "role": "user", "createdAt": "2019-08-24T14:15:22Z", "id": "string", "content": [ { "type": "text", "text": "string" } ]}