Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile issue #3

Open
bartlettcp opened this issue Apr 26, 2018 · 0 comments
Open

Compile issue #3

bartlettcp opened this issue Apr 26, 2018 · 0 comments

Comments

@bartlettcp
Copy link

Hi Mark,
Thanks for the great Lex/Lambda Framework. I've used this to get myself going with Lex and Lambda (coupled with the https://github.com/awslabs/aws-serverless-java-container Spring Boot starter) and it works a charm!

Just thought I'd let you know that there's a small compile issue in the HelloBotRequestHandler class.

In the processHelloIntent method - I think you need to replace :
return createDelegateDialogActionResponse(lexRequest);
with :
return createDelegateDialogActionResponse(lexRequest.getIntent().getSlots());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant