How can I get my bot to ignore conversation until it is addressed directly?
问题 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. 回答1: While checking the activity text is certainly a valid option, I would