-
Notifications
You must be signed in to change notification settings - Fork 1
Create an Amazon application
Sándor Juhász edited this page Oct 31, 2016
·
5 revisions
- Go to https://developer.amazon.com and sign in with your Amazon account.
- Click Apps & Services and select Alexa from the menu
- Choose Alexa Skills Kit and add a new skill, call it Hello My App, and fill in the form:
-
- For Skill Type, choose Custom Interaction Model
-
- For Invocation name, use a short phrase of your choice such as my application
-
- On the Interaction Model tab:
-
-
- put in Intent Schema from this file: sample_intents.json
-
-
-
- put in Sample Utterances from this file: sample_utterances.txt
-
-
- On the Configuration tab:
-
-
- put in https://your.site/alexa/endpoint as your Endpoint
-
-
-
- choose No for Account linking
-
-
- On the SSL Certificate tab, choose what kind of SSL certificate is your site using
- Save the configuration
- Write down the Application ID back on the original Skill information screen