is there a way to get All the Real Time Agent Statuses in AWS Connect?

0

I'm using the aws connect sdk javascript,

Currently I want to get all the info of the Agent Currently Online in Real Time,

Problem is for, as Much as I know, there's no way to get the status of the agent in real time. using the aws sdk ?

or there's way to get all the current agent statuses ?

1 Risposta
0

Many moons ago I wrote a blog post which describes how to build a serverless dashboard for Connect.

In that article you can find instructions for creating agent event streams which deliver information about what agents are doing now and Lambda functions which store that information in DynamoDB. Then the code queries the DynamoDB table to retrieve the current state of each agent for display on the dashboard.

So while you can't run a query against the Connect service to get current agent status, this is a way to do the same thing.

profile pictureAWS
ESPERTO
con risposta 2 anni fa
  • I'm already doing that,

    the problem with that is, it doesn't give the status when it is monitoring.

  • I'm not sure I understand what you mean by "when it is monitoring". Could you explain further?

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