Skip to content

Compile issue #3

Description

@bartlettcp

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());

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions