Endpoint to make send the user message to chat
{ "message": "<user-message>", "conversationId": "<string>", "botId": "<uuid>" }
{ "message": { "content": "<string>", "conversationId": "<string>" } }
Payload
The message content provided in the payload.
Unique identifier for the conversation.
Unique identifier for the bot associated with the conversation.
Below you will see the description of the subscription response
The message object containing content and conversation details.
The content of the message.