Understanding the Boilerplate Code
Explore the structure of boilerplate code provided in Alexa skill templates. Learn to make simple modifications, save, and deploy your code to create a functional Alexa skill, laying the foundation for future customizations.
We'll cover the following...
We'll cover the following...
Click on the “Code” tab at the top of the page.
Let’s take a look at the back-end code set up by the template. We will be modifying the code in a future lesson to make it fit our use case.
Back-end code set up by the template.
For now, we will make a minor text change and ...