Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 1.76 KB

01-frontend.md

File metadata and controls

66 lines (34 loc) · 1.76 KB

Skill Creation

You will create and test your First Alexa Skill fully from the Alexa Developer Console.

Objective : You will create your first Voice User Interface using the Alexa Developer Console.

  1. Navigate to the Alexa Developer Console

console

  1. Create a new Custom Skill with Alexa-Hosted for your backend resources

hosted

  1. On the Build Tab of your Skill, delete the intent HelloWorldIntent

hosted

  1. Save your Interaction Model

save

Important: The developer console does not automatically save your work as you make changes. If you close the browser window without clicking Save Model, your work is lost.

  1. Update your invocation name to anecdotes de france

save

  1. Save your Interaction Model

save

  1. Add a Custom Intent to your Interaction Model named GetNewFactIntent

save

  1. Save your Interaction Model

save

  1. Add the following utterances to the newly created intent GetNewFactIntent
trouve-moi une anecdote
                    
je veux une anecdote

me donner un fait

donne-moi un fait

save

  1. Save your Interaction Model

save

  1. Build your Interaction Model

save

Important: You must successfully build the model before you can test it.