How to get contact details for any particular contact in AWS Connect using aws-sdk-javascript-v2

0

Details like: - Queue time and duration Connected to agent details like ACW duration, ACW start and end

I'd like to extract all the details visible through console if possible.

Any tips?

rahul
已提问 1 年前251 查看次数
1 回答
0

You can get some of the data you are after via the DescribeContact API. You can calculate things like time in queue by comparing EnqueueTimestamp with either the ConnectedToAgentTimestamp or DisconnectTimestamp depending on whether the call was answered by an agent or not.

ACW information is only available by enabling Agent Event streams and capturing that data and processing it. There is a section in the admin guide about this here

ledge
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则