-
Notifications
You must be signed in to change notification settings - Fork 18
Troubleshooting Intent Slots
Joe Schmitt edited this page Jun 28, 2017
·
1 revision
The AMAZON.Movie
and AMAZON.TVSeries
built-in intent slots this project is currently using are in beta, and only working in the US at the moment. So for now, choosing US East-1 is the safest way to make sure it all works. If you do want to try and get it working in the EU region, you'll have to change the slot types to AMAZON.Literal
, and provide your own samples using the models dictionary to generate new interaction models that include those samples. You can read more about doing this over at the alexa-utterances project.
Getting Started Resources
Libby Configuration
Configuring AWS Lambda
Deploying The Project to Lambda
Configuring the AWS Alexa Skill
Local Development