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 Building an Alexa Skill Creating an Intent Schema

Error: There was a problem with your request: Unknown slot type 'LIST_OF_TERMS' for slot 'Term'

I seem to get this error on developer.amazon after copying and pasting the json into the Intent Schema window.

3 Answers

Never mind. The errors correct as you fill in the other content on the forms in the following lesson videos. You should probably mention that in the video. :)

Thomas Beaudry
Thomas Beaudry
29,084 Points

Trevor May Agreed, that would help us :)

I'm having trouble also. I'm getting: Error: There was a problem with your request: Unknown slot type 'LIST_OF_TERMS' for slot 'Term'. What should I do?

First API topic question :+1:

Folks new to this video and wondering when the error will go away..

It will go away once you have the below fields in the form filled with .....

(1) LIST_OF_TERMS:

HTML

CSS

JavaScript

(2) Sample Utterances:

GetDefinition what does {Term} mean

GetDefinition what does {Term} stand for

GetDefinition what's the definition of {Term}

GetDefinition what is the definition of {Term}

GetDefinition what the definition of {Term} is

GetDefinition tell me the definition {Term}

GetDefinition what's the meaning of {Term}

Enjoy.. Happy coding...