issues
search
kitchen-assistant
/
api
API and back-end for DialogFlow, Google Actions, WebHooks, and Firebase.
1
stars
0
forks
source link
Do we need separate intents for adding, removing, and deleting?
#25
Closed
JessePeplinski
closed
6 years ago
JessePeplinski
commented
6 years ago
Option 1 (this is how we currently have it)
[ ] location.add.remove.update
[ ] item.add.remove.update
Option 2
[ ] location.add
[ ] location.remove
[ ] location.update
[ ] item.add
[ ] item.remove
[ ] item.update
JessePeplinski
commented
6 years ago
Went with option 2 for dialogflow.
Option 1 (this is how we currently have it)
Option 2