How can we add notifications? Let's say my skill would like to send a notification to a particular user because something is ready to be pickup. Similar to what Alexa does when I receive a package. Thank you for this series.
I don't quite like the form of this tutorial as it is just copying and pasting :/ I was expecting this series to teach me how to code in Alexa skills kit. Andrea does a great job at explaining things, but also skips a big part of the process.
i have a challenge with the reminder API, Now i want to create 100 reminders as a result of skill conversation, Alexa tolerates only 8 seconds for the skill to return the response for the intent request, and those 8 seconds are not enough to create my 100 reminders. i have tried a solution where the intent handler store the desire of the customer for a reminder in DB , then external lambda manages to create the reminder but unfortunately reminder creation is permitted only from inside intent request session. any thing else i can do here ?
@@samyuktaneeraj4026 Here on RUclips isn't listed, but in the doc it's: Alexa > Documentation > Alexa Skills Kit > Build Your Skill > Alexa Reminders Overview
booooyahhh, now im a master in copy and paste, zero to hero baby!!!!
How can we add notifications? Let's say my skill would like to send a notification to a particular user because something is ready to be pickup. Similar to what Alexa does when I receive a package. Thank you for this series.
I have the same problem to solve. Does anyone know how to send notification to a particular user ? Thanks for a great video
I don't quite like the form of this tutorial as it is just copying and pasting :/ I was expecting this series to teach me how to code in Alexa skills kit. Andrea does a great job at explaining things, but also skips a big part of the process.
i have a challenge with the reminder API, Now i want to create 100 reminders as a result of skill conversation, Alexa tolerates only 8 seconds for the skill to return the response for the intent request, and those 8 seconds are not enough to create my 100 reminders.
i have tried a solution where the intent handler store the desire of the customer for a reminder in DB , then external lambda manages to create the reminder but unfortunately reminder creation is permitted only from inside intent request session.
any thing else i can do here ?
great stuff
how can i grant permission with the same functionality on my laptop?
what is the url link to set the permission as a consumer in this tut?
alexa.amazon.com
Thanks
thank you 😃
Don't watch this video watch the other wan with Pan.
Which is that one?
@@samyuktaneeraj4026 Here on RUclips isn't listed, but in the doc it's: Alexa > Documentation > Alexa Skills Kit > Build Your Skill > Alexa Reminders Overview