1 Answer
- Newest
- Most votes
- Most comments
1
When the initial contact did not come out of an Contact Flow to Lex, like in your case, you would use the StartChatContact API to start the Chat session into a destination Contact Flow in Amazon Connect.
You may want to review the Lex QnA Bot which has that logic already built in. You can also find the entire source on Github.
answered 4 years ago
Relevant content
asked 2 years ago
asked 3 years ago
asked 3 years ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 2 years ago

Thanks for your quick reply
I am trying what i think is the same thing. I have the lex QnA bot working with facebook messenger. I would like to hand off to amazon connect when an agent is requested. I did create a lambda with the startchatcontact api and that lambda works but I think there is about 10 other steps needed to make that all happen. (the bot does work with the aws chat widget) Just trying to find a way to do it with FB messenger. Thanks