SEND Message (sync)
Synchronously send a message to an agent in a conversation and receive the response.
Endpoint
POST {base_url}/conversations/{conversation_id}/messages/syncParameters
| Name | Type | Description |
|------|------|-------------|
| `conversation_id` | string | The ID of the conversation in uuid |
## Request Body
| Name | Type | Description |
|------|------|-------------|
| `message` | string | The message to send to the agent |
Example request
Advanced reasoning
To use advanced reasoning feature, user can either
Enable advanced reasoning from UI

Add
"is_run_ooda": truein the chat request body.
Note:
If no plan is specify yet, system will auto generate the plan from the context
It will take longer to get the response
Multi-language support
To get response other than English, please add
language_codein the request body. List of supported language:Japanese:
jaChinese:
ch_simItalian:
itSpanish:
es
Example request:
Last updated