Senthil V
Senthil V

Reputation: 11

In Amazon lex im getting error as "Intent Readyforfullfilment" after selecting the Return Parameters to client option

I have created the an chatbot application in Amazon-lex console. Then I have added the intents as per my requirement. But if I have entered the some message as "dsfdsf" then it showing error as

"Intent FILEDOC is ReadyForFulfillment: filedocOfAvasoft:dsfdsf"

Please see this screenshot of chat application

Upvotes: 1

Views: 787

Answers (1)

Durga Prasad
Durga Prasad

Reputation: 31

I know its probably too late already, but I had a similar issue today. I thought posting here might help someone who might accidentally stumble on this thread. If your intent says "ReadyForFulfillment", then you have probably forgot to specify the business logic linking. This is done form the Lex intent declaration screen by selecting either "AWS Lambda Function" or "Return parameters to client" radio buttons under the "Fulfillment" section. That worked for me.

Upvotes: 3

Related Questions