Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

APIs Build an Alexa Skill Testing and Publishing an Alexa Skill Testing an Alexa Skill

Alexander Sanchez
Alexander Sanchez
1,181 Points

Where does the response for an utterance come from? Alexa?

I think I missed this bit of information along the way or I just didn't get it. But, after I create a skill and lambda, created my intent schema, and now ready to test, where does the answer come from? For example, if I said, "Alexa, ask Treehouse for the definition of CSS," where does the definition come from? Does Alexa go online and look for the best response? Does she connect to a backend (e.g. Treehouse's) to get the definition? I missed this piece.

1 Answer

Andrew Chalkley
STAFF
Andrew Chalkley
Treehouse Guest Teacher

It comes from the skill service you upload to Lambda.

They are stored in the definitions.json :)