I am trying to get permissions for location
and name
for my app.
Here is my index.js
- link
相关问题
- gactions CLI crashes on Windows when uploading goo
- How can I delete project in actions on google cons
- askWithList on Actions on Google
- Storing data “across conversations” in Google Acti
- app.setContext() in dialogflow v2 api?
相关文章
- How can I make http call to DialogFlow V2 using si
- Dialogflow, Google Account Linking and ASP.NET Cor
- Dialogflow pass parameters through NodeJS
- How to get Session Entities to work as part of Dia
- How to store and retrieve the chat history of the
- How to access Dialogflow V2 API from a webpage?
- Google Assistant flow with multiple actions_intent
- “The agent returned an empty TTS” when action is n
The event
actions_intent_PERMISSION
needs to be attached to an Intent that will be called after the user authorizes the information to be sent. The handling for it in the webhook needs to read the information given and save it or do something with it immediately.Your code is looping because the code that is processing the
request_permission
action is, itself, requesting permission:So you will need:
actions_intent_PERMISSION
set for the event