I built the BookTrip
bot from Amazon Lex detailed here.
When chatting with the bot the user can continue to book hotel rooms or rent cars until they end the conversation. Here is an example of a successful reservation followed by another reservation attempt through the chatbot interface:
When I use this chatbot in an Amazon Connect contact flow the user is not able to continue booking anything past the first reservation. Logically, the contact flow would keep executing the BookHotel
or BookCar
intents until the ConnectToAgent
or EndConversation
intents are executed.
I have tried looping BookHotel
and BookCar
back to the beginning of the "Get customer" input block but that errors out.