Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 990 Bytes

File metadata and controls

30 lines (18 loc) · 990 Bytes

Tutorial: Building a Skill with Alexa Conversations

Module 5: Keep track of the conversation with context carry-over

Step-by-step Instructions

You can find the instructions here: Module 5: Keep track of the conversation with context carry-over.

When you're ready, check out Module 6: Add a second API to your dialog.

Contents

en-US.json

The interaction model for the skill. It includes the slot types necessary for your skill. Before to import this first before you attempt to build out the Alexa Conversations components.

PetMatch.json

The backend data for the skill. This JSON file will serve as the database for your skill.

index.js

This is the main executable for the skill.