tl-its-umich-edu / m-voice

Voice interface implementation for University of Michigan applications using Dialogflow. Currently focusing on MDining.
1 stars 2 forks source link

Research storing user preferences #24

Open jonespm opened 5 years ago

jonespm commented 5 years ago

We haven't done anything with user preferences yet, we should look into what it takes to store permissions.

https://chatbotsmagazine.com/personalize-google-assistant-skill-with-user-data-328f5e0860a0

jonespm commented 5 years ago

In #32 Flask Assistant has a permission request

We might have to switch over to using that first to simplify making this request from python, which looks really easy from Node.

Maybe if we just added the intent now and have it not actually work be like "Permission handling is in progress and will be implemented soon!"

But look into this for the next version.