Live Agent Not Available (Race Condition)
When there are no Live Agents available and a user receives the No Live Agents Available message it is being sent before the second LLM response confirming the request for live agent support has been submitted. This is a confusing UI/UX since its not clear whether or not a Live Agent will in fact contact the user.
The order that messages are currently sent: (Confusing UI/UX)
1. I have initiated a request for an IT live agent to assist you…
2. I’m sorry, there are no live chat agents available at this time...
3. I have submitted the request for a live agent to assist you…
The order that messages are sent should be: (Preferred)
1. I have initiated a request for an IT live agent to assist you…
2. I have submitted the request for a live agent to assist you…
3. I’m sorry, there are no live chat agents available at this time...