Articles → MICROSOFT BOT FRAMEWORK → Echo Bot In Microsoft Bot Framework
Echo Bot In Microsoft Bot Framework
What Is An Echo Bot?
Click to Enlarge
Events In Echo Bot
- OnMembersAddedAsync - This event is invoked when a member is added in the conversation. If there is one on one conversation with the bot then this method is invoked when the conversation with the user and the bot starts.
- OnMessageActivityAsync - This event is invoked when a user sends any message to the bot.
Click to Enlarge