Skip to content

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:
    • 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
Clone this wiki locally