July 2018
Intermediate to advanced
404 pages
9h 5m
English
In the previous section, you created a dialog model using Alexa console's skill builder and in this section, you will process the dialogs coming from Alexa. Whenever Alexa matches GetCookingIntent, there are important properties that get set whenever the intent begins to initiate a conversation. The GetCookingIntent, when received from the Node.js server the request object, will contain dialogState set to one of STARTED, IN_PROGRESS, and COMPLETED because GetCookingIntent has the dialog models that you created in the previous section. Also, if confirmation is required for the slot given by the user, there will be a status property called confirmationStatus set to either NONE, DENIED, or ...
Read now
Unlock full access