We hope that the discussion in the last section should have given you a fair idea of the motivation behind the Factly Alexa Skill. Now, we shall level up and design the actual Factly Skill. It is always better to design before coding anything because it gives us a clarity about the end goals of the software and the finer details, which we may otherwise miss when we actually code the software.
The Factly Alexa Skill is a simple quiz skill. At the code level, the Factly Skill/Lambda will contain a bank of questions that will be presented to the user one by one. The skill will further perform depending on the user's reply.
Factly will work via the following steps:
- The user will launch the Factly Skill via a standard Alexa Skill launch utterance.
- Alexa will confirm the launch and provide a brief introduction to the skill and play method:
Figure 4...