- Newest
- Most votes
- Most comments
Hello,
Unfortunately it is not possible to skip the get-customer-input to in-turn skip the initial intent for the Lex Bot in Amazon Connect, and the input needs to be sent from the caller end so that it can be passed to Lex Bot via Contact flow.
In addition to that, to ensure that you have setup for quick-reply responses correctly, kindly confirm if you have followed the steps mentioned in the blog here [1].
I hope this helps, however, please feel free to reach out using a Support case, should you want to share additional details about the setup on your end.
This is a common ask and is being worked on. For now you could look at using step-by-step guides in a contact flow to present the initial options as buttons. Once an option has been selected you could push that to the Lex-bot using the API.
https://docs.aws.amazon.com/connect/latest/adminguide/step-by-step-guides-chat.html
I find a way to make this work. Basically, when Connect starts the Lex bot for chat it will use the participantId as Lex SessionId. The participantId is returned by the StartChat command when you start the Connect chat. The issue is that the participantId is not present in the Contact Attributes.
What we have done is to update the contact attributes with the participantId right after starting the chat and use that is in the Lambda when invoking Lex. This way we start a Lex session with the same id that is then used in the Lex bot.
I hope this can be useful!
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 4 years ago
