Path Parameters
Body
application/json
The content of the message
Response
The message stream has started.
curl --request POST \
--url https://dev-chat-engine.actualize.ae/api/v1/voice/sessions/{sessionId}/messages \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>"
}
'curl --request POST \
--url https://dev-chat-engine.actualize.ae/api/v1/voice/sessions/{sessionId}/messages \
--header 'Content-Type: application/json' \
--data '
{
"content": "<string>"
}
'The content of the message
The message stream has started.