Repo for WWCode Chatbot Workshop on 9/21
- Head over to Api.ai and create an account.
- This will require an active GMail account!
- Go here to install NodeJS and npm, which is Node's package manager.
- Find your favorite SDK here.
- I'll be using the NodeJS SDK -- but if you prefer another language, pick whichever you feel comfortable with!
- Instructions for NodeJS SDK are found here
- If using Node:
- npm install express
- Introduction to Api.ai and Chatbot Vocabulary
- Creating our first Api.ai agent (topic of agent TBD)
- Adding our first Intent!
- Hooking our agent up to NodeJS
- What's an Entity?
- Generating responses based on business logic.
- Fulfillment using GCloud project webhook (unlikely to get here -- but will show the necessary steps to anyone who's interested!)