TLDR; A working example of how to build your own database driven Siri (using API.AI)
- Create a free account on API.AI
- Create a new agent in the API.AI console
- Import the JSON files
install/intents/*.json
or check the screenshots in the directory - Checkout this repo or copy the files to your server
- Excecute the
install/db.sql
on your database - Change the subscription token and access key (
index.html
) - Start talking (...or programming)!
- Ask for the time
"What time is it now?"
- Smarthome: turn on/off the lights
"Turn on the lights in the kitchen" "Turn off the lights in the bathroom"
- Authorize yourself with a (spoken) password
"My password is 1337"
- Find records in a database
"Find people with blue hair" "Find people with green eyes"