WrathOfZombies / workbot

A bot to help query and manage work items across GitHub and Visual Studio Team Services.
https://work-bot.azurewebsites.net/api/echo
1 stars 0 forks source link

Complete basic Echo Bot scenarios #3

Open WrathOfZombies opened 7 years ago

WrathOfZombies commented 7 years ago

The bot should

  1. Respond back with the same text as the user.
  2. Respond back with parameterized responses.
  3. Respond back based on situations (if/else)
  4. Respond back based on memoryCache (context)
  5. Respond back based on history (database?)
  6. Subscribe to LifeCycle changes
WrathOfZombies commented 7 years ago

Scenario step one, completed.