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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ