Steps to replicate:
- Create a knowledge base in QnA Maker
- Save and Publish
- Create an Azure Web app bot from the QnA Maker portal
- Add Slack Channel by following https://docs.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-slack?view=azure-bot-service-4.0&tabs=abs
- Add the bot user in any channel in the Slack Workspace
- Post a message in the channel
- Bot responds by posting a new message instead of replying in a thread
- DM to the bot works as expected so as when already in a thread
There is no custom code. It is a Node.js bot.
Please advice on how to have the bot reply in a thread.
Thanks / Saurabh
ts
) inchat.postMessage
API to post a message in the thread. – HenonoaH