I am creating a chatbot using aws lex and lambda.
I want to send the conversation of a intent to a mailid when the intent closes. How to do this ?
I am using javascript. The conversation logs is disbled for lex bot as I don't have permissions to enable it.