Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of permission request for reminders #11

Open
davidlfox opened this issue Feb 4, 2020 · 0 comments
Open

Example of permission request for reminders #11

davidlfox opened this issue Feb 4, 2020 · 0 comments

Comments

@davidlfox
Copy link

I can't seem to find any C# examples of flows to request permissions--do you have any samples?

Am I understand the flow correctly as:

  1. Skill says something relevant, asks user if they want to set a reminder
  2. User responds "yes"
  3. Skill receives AMAZON.YesIntent
  4. Skill responds with a request for permission
  5. Alexa takes it from here and confirms permission
  6. User responds "yes"
  7. Then what? Skill receives another AMAZON.YesIntent and reminders are enabled?

What does the code look like for steps 4 and then 7?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant