Agent transfer to queue via quick connect

0

I have created a transfer to queue quick connect. When agents use this, should the call go to the top of the queue or last? I would think it is last but after it has been tested, it feels like it jumped to the top of the queue it was transferred to.

Lori
已提問 7 個月前檢視次數 306 次
2 個答案
0
已接受的答案

The caller that sat the longest in the queue should be the one to reach an agent first. And I believe this is the default case for Amazon Connect (if you don't change any settings around).

If you want to change the priority of the call you would have to use a flow block: https://docs.aws.amazon.com/connect/latest/adminguide/change-routing-priority.html

If you didn't use the priority flow block in the call flow, I would look into the call flow logs and see how the call was transferred: https://docs.aws.amazon.com/connect/latest/adminguide/contact-flow-logs.html

If you notice an abnormal flow even though your flow is correct, you should submit a case for Amazon Connect Support.

已回答 7 個月前
profile pictureAWS
專家
已審閱 6 個月前
0

When agents use a "transfer to queue quick connect," the call is typically placed at the front of the queue for the specified destination queue. This means that the call will receive higher priority and be the next one to be offered to available agents in that queue. Currently, this is the default behaviour which is to place them at the front of the queue.

AWS
Srinath
已回答 7 個月前
  • This answer directly reflects the results of testing. As a follow up, if we don't want the caller to go to the front of the queue, is it possible to put them last?

  • If you would like to put the call at the end of the queue, then you would need to implement custom routing logic using the Change Routing Priority[1] as mentioned by Zak in the other answer.

    As a general guidance, below steps might help you,

    1] You can add a "Set Queue Priority" block after the "Transfer to Queue" block in your contact flow. This block allows you to set the priority of the call. 2] Set a lower priority value for transferred calls in the "Set Queue Priority" block. 3] In the queue configuration, you can set the Queue order to "Order by Priority," and select "Oldest First" for the ordering option. This will place the calls with lower priority (transferred calls) at the end of the queue.

    If you face any issues while setting the above, you can always reach out to the Amazon Connect support for further instructions.

    References:

    [1]. https://docs.aws.amazon.com/connect/latest/adminguide/change-routing-priority.html

  • Is there any documentation showing "the call is typically placed at the front of the queue for the specified destination queue"? I would have assumed Zak is correct -- that calls transferred to a queue by an agent are treated the same way as callers that reach a queue by dialing a phone number--unless the priority is explicitly changed during the "transfer to queue" flow.

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

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

回答問題指南