AsyncApp
.
This class is responsible for initializing and managing the Slack
application by setting up event handlers, running the app server, and
handling events such as messages and mentions from Slack.
Parameters:
app_mention
and message
.
This method registers the app_mention
and on_message
event handlers
with the Slack Bolt app to respond to Slack events.