1 Answer
- Newest
- Most votes
- Most comments
2
Hi,
It looks like your Lambda function is returning a generic response. Lex is expecting a specific format after running the function: https://docs.aws.amazon.com/lexv2/latest/dg/lambda.html#lambda-response-format
You need to modify your Lambda function to return the specific response format.
