Skip to content

Instantly share code, notes, and snippets.

@david-sanchez-deel
Last active June 21, 2019 19:38
Show Gist options
  • Save david-sanchez-deel/25edefeca8f382c537fd17280b99ea00 to your computer and use it in GitHub Desktop.
Save david-sanchez-deel/25edefeca8f382c537fd17280b99ea00 to your computer and use it in GitHub Desktop.
Download BotFramework emulator: https://github.com/microsoft/BotFramework-Emulator/releases
SLIDES: https://github.com/Blesfia/nodeconf-template/blob/master/slides.pdf
1. (10:00-10:15m) Start: git clone https://github.com/Blesfia/nodeconf-template.git
2. (10:15-10:30m) Console bot: git checkout -q 01-console
3. (10:30-10:45m) BotFramework Adapter: git checkout -q 02-bframework-emulator
4. (10:45-10:50m) Bot Memory: git checkout -q 03-memory
Note: You will have to change the google.json in the repository to use Dialogflow, the actual key is not working to avoid security problems. ;)
5. (10:50-11:00m) Recognizer: git checkout -q 04-nlu
6. (11:00-11:10m) Waterfall: git checkout -q 05-dialogs
7. (11:10-11:15m) Simple dialog: git checkout -q 06-simple-dialog
8. (11:15-11:25m) Complex dialog: git checkout -q 08-complex-dialog
9. (11:25-11:30m) Universal connector: git checkout -q 09-universal-connector
------
Bonus:
10 Translations: git checkout -q 10-i18n
------
Links:
* Botbuilder: https://www.npmjs.com/package/botbuilder
* NestJS: https://nestjs.com/
Email: jsancheze@psl.com.co
Twitter: @blesfia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment