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

已提問 2 年前檢視次數 1854 次
2 個答案
1
已接受的答案

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.

已回答 2 年前
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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南