Skip to content

Commit ef4c633

Browse files
committed
Some new info
1 parent c77623c commit ef4c633

9 files changed

+41
-4
lines changed

Analytics.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[About Skill Metrics](https://developer.amazon.com/en-US/docs/alexa/devconsole/about-skill-metrics.html)
2+
3+
> Amazon provides a set of tools to generate reports of usage metrics for your skills
4+
5+
[Skill Metrics FAQ](https://developer.amazon.com/en-US/docs/alexa/devconsole/skill-metrics-faq.html)
6+
7+
[Leverage the New Metrics Dashboard to Deepen Skill Engagement, Drive Retention](https://developer.amazon.com/en-US/blogs/alexa/alexa-skills-kit/2017/04/leverage-the-new-metrics-dashboard-to-deepen-skill-engagement-drive-retention1)

Certification.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ When you submit your new version for certification, both versions remain in your
1010
[Ref](https://stackoverflow.com/a/52766480/1241400)
1111

1212
[Test Your Live Alexa Skills to Maintain a Consistent Customer Experience Over Time](https://developer.amazon.com/blogs/alexa/post/173575ce-3303-493a-a2e1-22ec81e7525d/test-your-live-alexa-skills-to-maintain-a-consistent-customer-experience-over-time)
13+
14+
[Tips for a Successful Alexa Skill Certification](https://developer.amazon.com/blogs/alexa/post/61d4a6ff-ed80-475a-b95e-d927989bc1de/tips-for-successful-alexa-skill-certification)
15+
16+
[Test and Submit Your Skill for Certification](https://developer.amazon.com/en-US/docs/alexa/devconsole/test-and-submit-your-skill.html)

Debugging.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,4 @@ const LocalizationInterceptor = {
166166
167167
> This API is only available for custom skills.
168168
169-
```
170-
171-
```
169+
[3 Tips to Troubleshoot Your Custom Alexa Skill's Back End](https://developer.amazon.com/en-US/blogs/alexa/alexa-skills-kit/2019/04/3-tips-to-troubleshoot-your-custom-alexa-skill-s-back-end)

In-skill purchasing (ISP).md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
[Add ISP Support to Your Skill Code](https://developer.amazon.com/en-US/docs/alexa/in-skill-purchase/add-isps-to-a-skill.html)
2+
3+
[Understanding the In-Skill Purchasing Experience](https://developer.amazon.com/blogs/alexa/post/53c2319a-4cc9-4067-8274-1472a0463d6e/understanding-the-in-skill-purchasing-experience)

New-and-Beta.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@
1111
# Alexa Conversations
1212

1313
[About Alexa Conversations](https://developer.amazon.com/en-US/docs/alexa/conversations/about-alexa-conversations.html)
14+
15+
[Building Conversational Alexa Skills: Confirming Slots with Dialog Management](https://developer.amazon.com/blogs/alexa/post/efd1fd50-84fe-4e48-97e2-a61ad0612bc3/building-conversational-alexa-skills-confirming-slots-with-dialog-management)

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@
3131
> If you remove a tester, that tester will receive an email that the test has ended, although the test does continue for all of the remaining testers. If the skill has both a live version and a development version, then a tester who has been removed will resume having access to the live version
3232
3333
> When you have a skill that is live, you can still create a beta version of this skill. The testers who have access to the beta version will not have access to the live version. A tester may request removal from a beta test, and then after removal, this tester can re-enable the live skill in the Alexa app.
34+
35+
[Alexa Skill Beta Test Troubleshooting](https://developer.amazon.com/en-US/blogs/alexa/alexa-skills-kit/2020/10/alexa-skill-beta-test-troubleshooting)

Tools.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[Speech Markdown for Alexa and Google](https://speechmarkdown.github.io/speech-markdown-editor/)
22

3-
[](http://alexaskillstutorials.com/)
3+
[Alexa Skill Tutorials](http://alexaskillstutorials.com/)

UseCases.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Smart and Healthy: How Owlet Built a Parent-Saving Device](https://developer.amazon.com/en-US/blogs/alexa/alexa-skills-kit/2021/03/owlet-parent-saving-device)
2+
3+
[How Aiva Health Is Creating New Opportunities for COVID-Safe Care](https://developer.amazon.com/en-US/blogs/alexa/alexa-skills-kit/2021/03/aiva-health-voice-powered-care-assistant)

Useful.md

+19
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616

1717
[AWS SDK for JavaScript CognitoIdentityProvider](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cognito-identity-provider/index.html)
1818

19+
[Validate and Use Access Tokens in Custom Skill Code](https://developer.amazon.com/en-US/docs/alexa/account-linking/add-account-linking-logic-custom-skill.html#validate-token)
20+
21+
For a request that requires authentication, your code should do at least two checks:
22+
23+
- Verify that the accessToken exists.
24+
- Verify that the token represents a valid user in your resource server.
25+
1926
# Reminders API
2027

2128
[Remind Customers of Important Tasks or Events with the Reminders API](https://developer.amazon.com/blogs/alexa/post/e65a0e17-2716-4714-8d02-a50210fdd494/now-available-enable-reminders-for-your-skills-with-alexa-reminders-api)
@@ -84,6 +91,8 @@
8491

8592
[UserVoice](https://alexa.uservoice.com/forums/906892-alexa-skills-developer-voice-and-vote/suggestions/33147373-provide-device-timezone-in-alexa-requests)
8693

94+
[Obtain Customer Settings Information with the Alexa Settings API](https://developer.amazon.com/en-US/docs/alexa/smapi/alexa-settings-api-reference.html)
95+
8796
# Skill Messaging API
8897

8998
[Skill Messaging API Reference](https://developer.amazon.com/en-US/docs/alexa/smapi/skill-messaging-api-reference.html)
@@ -251,3 +260,13 @@ Alexa: "Unable to reach the requested skill" - Alexa is unable to hit your endpo
251260
[Available standard built-in intents for Alexa-enabled devices with a screen](https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.html#built-in-intents-echo-show)
252261

253262
[AWS Certified Alexa Skill Builder – Specialty (AXS-C01) Exam Learning Path](https://jayendrapatil.com/aws-certified-alexa-skill-builder-specialty-axs-c01-exam-learning-path/)
263+
264+
# Request and Response JSON Reference
265+
266+
[Request and Response JSON Reference](https://developer.amazon.com/en-US/docs/alexa/custom-skills/request-and-response-json-reference.html)
267+
268+
[Request Types Reference (LaunchRequest, CanFulfillIntentRequest, IntentRequest, SessionEndedRequest)](https://developer.amazon.com/en-US/docs/alexa/custom-skills/request-types-reference.html)
269+
270+
# Delegate the Dialog to Alexa
271+
272+
[Delegate the Dialog to Alexa](https://developer.amazon.com/en-US/docs/alexa/custom-skills/delegate-dialog-to-alexa.html)

0 commit comments

Comments
 (0)