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
posta un anno fa251 visualizzazioni
1 Risposta
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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande