Monday, 22 May 2017

How do I stop a message from being recognized in the bot builder framework

My question is essentially the same as this github issue, but then for the Node version of the BotBuilder framework.

When the bot is added to a channel with multiple users, it will react to every single message, which is not its purpose. I intend to fix this by intercepting the message, and if it contains a mention of the bot, it will be allowed to flow normally, otherwise cancel the action. However I can not find the right function to override. Any suggestions?



via Vincent Ketelaars

No comments:

Post a Comment