Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 2.07 KB

setup-vui-alexa-hosted.md

File metadata and controls

26 lines (15 loc) · 2.07 KB

Build An Alexa High Low Game Skill

Build an engaging high-low game skill. Guess a number, and Alexa will tell you whether the number she has in mind is higher or lower.

Setting up Your Alexa Skill in the Developer Console (Alexa Hosted)

With an Alexa-hosted skill, you can build, edit, and publish a skill without leaving the developer console. The skill includes a code editor for managing and deploying the backend code for your skill. For details on what the Alexa-Hosted skills service provides, open this page in a new tab.

Steps

Now that you've chosen Alexa-Hosted for the method to host your skill's backend resources, to use this template, select High Low Skill and click "Choose". It will take a minute to create your Alexa hosted skill, then you will be taken to the Build tab of the console. It will take a minute to create your Alexa hosted skill, then you will be taken to the Build tab of the console.

Build the Interaction Model for your skill

The Interaction Model for any skill lays the general guidelines of speech Alexa will listen for, including any additional information it may need to gather (ex: Slot Values). If you want to learn more about the Interaction Model and how it works, make sure to check out the ASK Documentation on Creating an Interaction Model.

  • If you want to change the skill invocation name, select the Build tab, then Invocation under Interaction Model. Enter a Skill Invocation Name. This is the name that your users will need to say to start your skill.
  • Click "Build Model".

NEXT: Review and Deploy the Alexa-Hosted Code

Next