Google Assistant location permissions not stored between requests

前端 未结 1 1093
一向
一向 2020-12-16 03:33

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

相关标签:
1条回答
  • 2020-12-16 04:20

    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.

    0 讨论(0)
提交回复
热议问题