I want to add my bot to a Slack channel. But I want it to ignore conversation until it is addressed directly, e.g.:
me: hi!
me: hi!
me: @bot hi!
bot: why hello there!
In Microsoft Bot Framework v1, there was an option: "Listen to all messages". I don't see that option in v3. Is there a simple way to do this (i.e. without analyzing every utterance to see whether the bot was addressed)?
I'm using node.js botbuilder 3.1.