From the course: Building Bots with Node.js

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Trying out and tuning the Alexa skill

Trying out and tuning the Alexa skill - Node.js Tutorial

From the course: Building Bots with Node.js

Start my 1-month free trial

Trying out and tuning the Alexa skill

- [Instructor] And now we are going to test a skill at the endpoint we just created. And for that there is this tab test on the top menu bar. And I have to allow that Alexa will use my microphone. And I have to switch the skill now to development. Before I'm using voice let's start out simply by just adding the launch phrase, so the launch phrase as you might know with Alexa devices you always need some phrase to actually launch a skill and for me it's silver spoon. - [Computer Voice] Hey there, what can I do for you? - [Instructor] And we see that we get already a reply back from our back end on this, you see that also on the JSON output here on the right hand side of the window. Now we have a session, let's continue with, I'd like to make a reservation. - [Computer Voice] For when would you like to make your reservation? - [Instructor] And I answer, tomorrow at two pm. - [Computer Voice] For how many persons? - [Instructor]…

Contents