Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion module-4/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Using the Alexa Settings API
In this section, you will enable the Cake Time skill to calculate the number of days until the user’s next birthday.
Use the [Alexa developer console](https://developer.amazon.com/alexa/console/ask) for this module. Log in to the console and open the Cake Time skill.
Please note that as per the [documentation](https://developer.amazon.com/en-US/docs/alexa/devconsole/test-your-skill.html#alexa-simulator-limitations), the Alexa Simulator in the developer console does not support Alexa Settings API. You will need to test using an Alexa enabled device (such as an Echo or the Alexa app in your phone) in order for this next module to work.

To calculate the number of days until the user’s next birthday accurately, we need additional information, like current date, and user’s time zone. Luckily, you can use the Alexa Settings API to get this information. To do that, we need to pass the following information to the Alexa Settings API:

Expand Down