0
votes

I'm trying to create an intent for my app with a custom slot for a 'category' in Amazon Lex. Is there a way to hook-up the slot values to a GET request that fetches the categories from my database?

1

1 Answers

0
votes

I think you should give few samples for the slot values in the Lex console, then after the user enter some category you can validate in the backend using GET requests by matching.