From the course: Learning to Build Alexa Skills

Unlock the full course today

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

Solution: Multiplication and division

Solution: Multiplication and division - Amazon Web Services (AWS) Tutorial

From the course: Learning to Build Alexa Skills

Start my 1-month free trial

Solution: Multiplication and division

(upbeat music) - Let's take a look at a solution to our challenge. So, first, we are here in the alexa developer console at the main page and we are going to first Add the multiplication Intent. So, if you click on the Add button here we can name it Multiplicationintent. And again remember the case matters. It's case sensitive. Click on Create custom intent. And let's scroll down and create our Slots. So, the first Slot is the firstNumber, click on the plus sign and it is of TYPE AMAZON.NUMBER. The second Slot is secondNumber and again remember the case sensitivity. Click on the plus sign and select AMAZON.NUMBER. Then, we need to make sure that our Slot is required and at the prompt Alexa will say is What is the first number? And the utterance that a user will see is simply the firstNumber. So, once that's done, just want to repeat the process for secondNumber, make it required. What is the secondNumber? The…

Contents