api-ai

Make google actions development project preview persist longer

最后都变了- 提交于 2019-11-27 17:38:06
I want to make google voice actions app for my Google Home. But, based on quick research, as of Dec 11, google does not allow private projects for Google Home. References: Can I develop a private action only accessible via my google home or linked account? How can I run my development action on my Google Home? I understand that I can preview the app from API.ai project, and it deployes to the linked Google Home device. But the issue is, the deployed app does not persist. It is no longer available after hour or so. How can I make it permanent (if there is a way) ? UPDATE Based on Leon's answer,

Google Assistant location permissions not stored between requests

放肆的年华 提交于 2019-11-27 16:32:48
问题 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 subsequent requests to my Action will not need to ask again (since this will make for a very stilted conversation every time the user talks to my Action). What I am finding is that I'm only getting the information in the intent tied to the actions_intent_PERMISSION - the information isn't sent in other intent fulfillments, even if

Make google actions development project preview persist longer

本秂侑毒 提交于 2019-11-27 04:13:06
问题 I want to make google voice actions app for my Google Home. But, based on quick research, as of Dec 11, google does not allow private projects for Google Home. References: Can I develop a private action only accessible via my google home or linked account? How can I run my development action on my Google Home? I understand that I can preview the app from API.ai project, and it deployes to the linked Google Home device. But the issue is, the deployed app does not persist. It is no longer