-
Notifications
You must be signed in to change notification settings - Fork 1
Create an Amazon application
Sándor Juhász edited this page Nov 2, 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 Plugin, 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