- Add
suggestedActions
to Activity model to support suggestedActions.
- Add
supportsDisplay
to Entity model to track if Cortana request has a screen or not.
:jose
added to application start- Several Activity Model additions -
inputHint
,code
,speak
- Update Elixir versions to 1.5 and up
- Restructure state handling to be more robust
- If the token gen_server is running in a supervisor process and bot framework is down, won't crash the entire application.
- Remove BotState Client and BotData models because they are no longer supported by Microsoft.
- Initial release