prasoon nigam • almost 9 years ago
Amazon Lex tutorial Exercise 2 - Step 4 - issue
For people going through this, http://docs.aws.amazon.com/lex/latest/dg/gs2-create-slot-intents.html
should we not have
Fulfillment: choose Lambda function, PizzaOrderProcessor
Instead of
Fulfillment: Leave the Return parameters to client button selected.
Comments are closed.

1 comment
N Hira • almost 9 years ago
You are correct that these instructions can be clarified. Thanks for the feedback.
The recommended approach is to first start with "Return parameters to client" so you can confirm the bot interacts as expected, and then use the Lambda function to confirm the validation and fulfillment code also works as expected.