Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1002 Bytes

File metadata and controls

30 lines (18 loc) · 1002 Bytes

Tutorial: Building a Skill with Alexa Conversations

Module 4: Train Alexa Conversations to collect information

Step-by-step Instructions

You can find the instructions here: Module 4: Train Alexa Conversations to collect information.

When you're ready, check out Module 5: Keep track of the conversation with context carry-over.

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.