I've got published my first Alexa Skill. (Yut Nori Game Helper)
I've referred to these materials to develop it.
- New Alexa Skills Kit Template for Developers: GameHelper
- Let's Build A Skill - Game Helper -Skills Service
- https://en.wikipedia.org/wiki/Yut
- https://modernseoul.org/2011/11/26/how-to-play-yut-nori-윷놀이/
- http://owlworksllc.com/featured-game/yut-nori-the-korean-game-of-sticks/
I've modified Game Helper Template to develop this skill.
Please see the first article above.
Note : Details to create Skill Service and Skill interface are in my previous article
[Alexa Skill] How to develop Alexa Skill. - A place where Changsoo lived.
These are steps what I've done to create the Alexa Skill 'Yut Nori game helper'.
1. Develop the skill
: Modify index.js and intent.json file
: Zip all files except speechAssets folder
2. Create Skill Service
: Navigate to aws.amazon.com
: Lambda -> Create New Lambda function -> Alexa Skills Kit -> Configure function
: In configure function page - Enter Name and Description -> Upload the zip file - Choose existing Role (myAlexaRole)
Now Skill Service has been created. You can get ARN for the function now.
3. Create Skill Interface
: Navigate to developer.amazon.com
: ALEXA -> Alexa Skills Kit -> Add a New Skill -> Create a New Alexa Skill
: Enter Name and Invocation Name in Create a New Alexa Skill page -> Click on Next button
: Copy and paste your intent.json into Intent Schema
: Create Custom Slot Types
: Enter Custom Utterances -> Click on Next button
: Build the Skill
: Copy the ARN from Lambda function in aws.amazon.com and paste it to Endpoint section in developer.amazon.com
: Test the skill
4. Publish the Skill
Submitting an Alexa Skill for Certification
: Publishing Information
-> Enter Category, Sub Category, Testing Instructions, Descriptions, Example Phrases, Keywords and Icons.
: Privacy & Compliance
-> Submit for Certification
5. Reviewing by Alexa team
- You will get this kind of feedback when your skill submission is failed the certification process.
You need to fix the issues and re-submit for the certification.
You will get Congratulation email once it is passed.
The email is first image of this article.
'IoT > AWS AMAZON' 카테고리의 다른 글
Register today for the AWS re:Invent live streams (0) | 2017.11.09 |
---|---|
[AWS Certificate] Developer - Bash Script + PHP + S3 memo (1) | 2017.10.13 |
[Alexa] 7 Tips for Building Standout Skills Your Customers Will Love (0) | 2017.09.29 |
Free Mobile App - Download 'Lottery Numbers' app from Amazon App Store (0) | 2017.09.02 |
Make enable Yut nori game helper skill on your Alexa devices. (0) | 2017.08.25 |
[Alexa Skill] Descriptions and Images of Yutnori for Alexa Skill (0) | 2017.08.19 |
[Alexa Skill] How to develop Alexa Skill. - A place where Changsoo lived. (0) | 2017.08.14 |
[Alexa Skill] Memo for Alexa skill development (0) | 2017.08.08 |
[Echo Show] Build Skills for Echo Show (0) | 2017.08.08 |
[AWS IoT] Getting Started with AWS IoT (0) | 2017.08.03 |