Play EWT and Position in queue in Amazon Connect

1

Hi,

I'm looking at adding some basic IVR features that I used in our legacy contact center such as play estimated wait time (EWT) and play position in queue.

How can I do it in Amazon Connect ?

Regards, John

demandé il y a 2 ans1854 vues
2 réponses
1
Réponse acceptée

Amazon Connect currently does not have built-in Position In queue and Estimated Wait Time.

  1. Position in queue (PIQ) - not possible to play this information, since API or flows do not show position in queue.
  2. Estimated Wait Time (EWT) - I use Amazon Connect API to get stats metric QUEUE_ANSWER_TIME for the queue. QUEUE_ANSWER_TIME is average queue answer time, so it can be used as an indicator of how much time client usually waits for an answer, pretty close to EWT. Here is more detailed explanation: https://contactcenterdude.blogspot.com/2021/09/estimated-wait-time-in-amazon-connect.html

I would love to see EWT and PIQ added to the standard functionality of Amazon Connect, since they are pretty common features of almost all other contact center solutions.

répondu il y a 2 ans
0

Hello,

Unfortunately there is no out of the box solution for getting current position. You can implement a lambda function to store queue position. For estimated waiting time, there are a couple of example solutions. You can find one of them in link below.

https://github.com/aws-samples/simple-ewt-for-aws-connect

Thanks

bbolek
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions