April 2020
Intermediate to advanced
380 pages
9h 24m
English
In this section, we will enable the webhooks for the luckyNum intent and prepare the webhook code for the logic of the luckyNum intent. Follow these steps to do so:
Now, this intent will look for the response to be generated from the webhook.
'use strict';
The preceding line ensures that we use a set of coding standards that have been defined in ECMAScript 5 that provide several useful modifications to ...
Read now
Unlock full access