Get User Input (SDK v1)
Make Alexa skills interactive using behaviors from the Alexa sdk.
StartSpeak, Listen & Reprompt
Lesson 1 of 2
- 1In this lesson, you will learn the fundamentals of generating dialogue using the Alexa SDK to create the following conversation: Alexa: Hello, welcome to Codecademy. What do you think is Codecadem…
- 2Let’s walk through the Lambda function for an example Popular Language skill. The index.js file to the right contains a Lambda function with empty handlers for the initial speaking portion…
- 3Like we said in the last exercise, .speak() generates a response and then ends the session, so we’re never capturing the response from the user. Currently, our skill is set up so that Alexa asks t…
What you'll create
Portfolio projects that showcase your new skills
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory