aws-samples / amazon-ai-building-better-bots

Code samples related to Building Better Bots published on the AI Blog
https://aws.amazon.com/blogs/machine-learning/building-better-bots-part-2/
Other
118 stars 111 forks source link

Bot consistently showing that the Intent if fulfilled #14

Closed RDalie closed 1 year ago

RDalie commented 1 year ago

I followed the tutorial and made a bot using Amazon Lex. I created an alias and attached the lambda function to it and enabled the code hook option so that it uses that lambda function in the alias. When I test the bot though, it just says that the intent coffeOrderBeverageIntent is fulfilled.

RDalie commented 1 year ago

I figured out what the problem was and wrote an upgraded version of this tutorial which is compatible with Amazon Lex V2. https://acodeartist.com/2023/07/21/make-your-own-bot-using-amazon-lex-v2-and-lambda/