For the JavaScript SDK you use the SDKConnection chat() API to chat with a bot.
The API takes a ChatConfig object which has a conversation field you can set to chat in the same conversation,
http://www.botlibre.com/jsdoc/symbols/ChatConfig.html
The chat() API returns a ChatResponse object which has the same conversation field that gives the current conversation ID. Use this ID in your next chat() request.
http://www.botlibre.com/jsdoc/symbols/ChatResponse.html
In the web XML API, the conversation is an attribute in the chat message and response XML. In the web form API, the conversation is a form parameter.
|