I want to use the Bot Connector Customer API
, but I need to make the bot messages asynchronous.
I have set the webhook for the postUtterance
endpoint, which contains a list of replymessages
as a response.
Instead, I would like to send an empty list of messages with botState
set to MOREDATA
(which is now valid) and send messages to the conversation as they are generated by the chat.
Why: because I need to generate one or more answers depending on the question. It may take some time to generate the whole answer.