Hi, I am planning to create a slack bot that answers only when it knows the answer. The bot would keep silent until it detects that the slack message from any user in the channel is a question it can answer to. Tagging the bot is not an option - the channel participants should talk normally, and when a user asks a general question to the channel, the bot will answer like one of the users.
I am thinking to use fallback with empty action. Can you think of some better strategy?