© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
S. A. KingabyData-Driven Alexa Skillshttps://doi.org/10.1007/978-1-4842-7449-1_4

4. Creating the VUI for a Custom Data-Driven Skill

Simon A. Kingaby1  
(1)
La Vergne, TN, USA
 
Now that you’ve configured a routine and created some skills from blueprints and now that you’ve got the accounts setup, we’re ready to build our first custom data-driven Alexa skill. In this chapter, we’ll build a Body Mass Index (BMI) calculator. The premise is simple: BMI is a function of height and weight. The math is
$$ BMI=\frac{weight\ in\ kilograms}{{\left( height\ in\ meters\right)}^2} $$

What makes this calculation complicated is that if I ask you your height, ...

Get Data-Driven Alexa Skills: Voice Access to Rich Data Sources for Enterprise Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.