How to play a message to a caller telling them Number of contacts waiting in the queue

0

I am needing to add a Flow Block to our contact flow to play a message informing the caller of the Number of contacts waiting in the queue. If I use a a 'Get Queue Metrics' node how do i get the info and play the info back to the caller?

질문됨 일 년 전703회 조회
2개 답변
0

While I've never done this with Connect and I'll go into it at the end as to why, there does seem to be to ways to do this. Based on this link (https://docs.aws.amazon.com/connect/latest/adminguide/get-queue-metrics.html) you do get "Count of contacts in the queue" (https://docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html#in-queue-real-time). The second method would be to create a lambda that hits the GetCurrentMetricData endpoint (https://docs.aws.amazon.com/connect/latest/APIReference/API_GetCurrentMetricData.html) and ask it to return CONTACTS_IN_QUEUE metric.

Now, why I highly recommend you don't do this or do it only in very specific cases. Callers will not have context on what 100 calls in queue or 2 calls in queue really mean. For example, 100 calls in queue when you have 100 agents and your AHT is 3 minutes means that the wait time will be under 5 minutes. And having 2 calls in queue when you have a single agent with an AHT of 5 minutes means that 10 minutes of waiting could happen. So telling your caller there are X calls in queue doesn't really give enough information to make an informed decision. If you're looking to deflect the call there are better ways of doing it and if you're looking to avoid the caller from holding and calling back later what about using callback to make that a lot more comfortable on the caller?

david

profile picture
dmacias
답변함 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전
0

Have you tried this blog post? https://aws.amazon.com/blogs/contact-center/optimize-customer-wait-experience-in-queue-using-amazon-connect/. It provides a few best practices to optimize a caller’s time while in a queue, and in turn improve customer experience. These techniques include:

  • Provide estimated wait time
  • Set expectations that the customer’s position in queue will not be lost
  • Provide an option to receive a callback
  • Personalize music on hold
  • Personalize messaging on hold,
  • Collect information that expedites service
  • Assist with performing self-service on a digital channel
AWS
Magda
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠