How to make Agent Handoff in AWS Connect using Lex chatbot?
0
We building Chatbot in Lex console and integrating it into Facebook channel. We have to handle Agent Handoff at end of the chat. Agent connectivity is done using AWS Connect - Contact flows and we expect to implement the same in the Lex chatbot. So, please help us to move forward.
Note: We are using .Net C# Lambda function to manage & validating the Lex.
asked 4 months ago36 views
1 Answers
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 months ago
Relevant questions
is there a way to get All the Real Time Agent Statuses in AWS Connect?
asked 5 months agoWEB Chat - Prevent an agent from transferring a CHAT to an unavailable agent
Accepted Answerasked 3 months agoHow to make Agent Handoff in AWS Connect using Lex chatbot?
asked 4 months agoHow to disable the Lex error handling for sending contents length higher than 1024 from Slack
asked a month agoHow can we validate date in Amazon Lex?
asked 3 months agoAWS Connect + AWS Lex Send Multiple Messages
asked 4 months agoDoes Lex have to handle all possible inputs?
asked 2 years agoWhat's the best way to monitor Amazon Lex chatbot conversation statistics?
Accepted Answerasked 2 years agoTasks assigned to an unavailable agent are lost.
Accepted Answerasked 2 months agoAmazon LEX chat bot integration with Workplace from Meta/Facebook
asked 20 days ago
Thanks for your quick reply