You will create and test your First Alexa Skill fully from the Alexa Developer Console.
- Navigate to the Alexa Developer Console
- Create a new Custom Skill with
Alexa-Hosted
for your backend resources
- On the
Build
Tab of your Skill, delete the intentHelloWorldIntent
- Save your Interaction Model
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.
- Update your invocation name to
anecdotes de france
- Save your Interaction Model
- Add a Custom Intent to your Interaction Model named
GetNewFactIntent
- Save your Interaction Model
- 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 your Interaction Model
- Build your Interaction Model
Important: You must successfully build the model before you can test it.