Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 554 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 554 Bytes

Skype bot using botbuilder

The bot can be tested locally using the BotFramework-Emulator. The bot simply echos the user message and reacts to different events triggered from the client

The bot reacts to the following events

1. When bot is added to a group 
2. Starting a conversation with someone
3. New member is added to the conversation
4. When the bot is removed from a conversation
5. When a user starts typing 
6. When a user pings the bot 

The emulator can be downloaded from https://github.com/Microsoft/BotFramework-Emulator