With API.AI and the Google Assistant, I\'m requesting permission to get the user\'s name and location. The intent is that I\'ll be able to ask for permission once, and subse
This is expected behavior. Right now we recommend persisting user permissioned data on your end, keyed by the User ID. To see how we might recommend doing this, check out the Name Psychic sample. In that sample, we use Firebase Realtime DB to persist the permissioned data for that user across intents/conversations.