" /> WDE - Show Agent list to the client - Genesys CTI User Forum

Author Topic: WDE - Show Agent list to the client  (Read 3137 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Offline NickCave

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
WDE - Show Agent list to the client
« on: August 29, 2018, 06:07:17 PM »
Advertisement
How can I do to show the customer an available agents list in the web chat page?

Thanx in advance!
« Last Edit: August 29, 2018, 06:10:26 PM by NickCave »

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: WDE - Show Agent list to the client
« Reply #1 on: August 29, 2018, 09:56:16 PM »
??? Natively can't
You would have to develop something with PSDK and show in the HTML interface
What for may I ask? and what does WDE has to do with it?

Offline NickCave

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: WDE - Show Agent list to the client
« Reply #2 on: August 30, 2018, 12:59:56 PM »
This company wants customers can choose which agent to talk to. The agents use the WDE for chat interactions.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: WDE - Show Agent list to the client
« Reply #3 on: August 30, 2018, 01:31:59 PM »
Well...that kills the whole idea of queuing and Genesys solution
Time optimization, agent overflow
I'd go a little bit deep in the why and what for. Try to do a better solution. Customer can ask anything but it is our job to guide him as experts


Enviado de meu E6633 usando o Tapatalk


Offline Rutger

  • Newbie
  • *
  • Posts: 23
  • Karma: 0
Re: WDE - Show Agent list to the client
« Reply #4 on: August 30, 2018, 01:59:19 PM »
I fully agreed with Cavagnaro. Maybe you can think of LCA (last called agent) to route the chat to the agent that handled the last interaction with this customer (if applicable).
[url=https://docs.genesys.com/Documentation/Composer/8.1.4/Help/LastCalledAgent]https://docs.genesys.com/Documentation/Composer/8.1.4/Help/LastCalledAgent[/url]

Offline NickCave

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: WDE - Show Agent list to the client
« Reply #5 on: August 30, 2018, 02:43:01 PM »
Each Agent is a specialist in certain topics, so they want to allow the customers to select the agent available according to the topic of their interest.  For this reason I need to know what agent is available at that moment!

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: WDE - Show Agent list to the client
« Reply #6 on: August 30, 2018, 02:43:58 PM »
Jummm then do the logic at your Web...identify the customer need and route to an agent with Skill based on his needs...

Enviado de meu E6633 usando o Tapatalk


Marked as best answer by NickCave on August 31, 2018, 06:44:45 AM

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: WDE - Show Agent list to the client
« Reply #7 on: August 30, 2018, 03:43:31 PM »
Regarding your Pm

Espaņol?
Yeah imagined something like that
Well, Genesys focus is different, that is a choose your agent based, but Genesys focus on the mass, so there is no default way to do that, is a customization you will have to develop something as said based on PSDK and statistics to know the agent status.
Is that efficient? Can't say, depending on business model
You only show free agents with the risk of an agent never getting a single interaction, if for business model it is ok then develop it

For global context, the OP sent me a PM where a travel agency was shown on which customers choose the agent they want to talk with, more than agent was a sales representative. However I personally would go deeper.
Identify customer, send his chat to preferred agent, if new, send to the pool, if agent is not available then send to a second one.
So I have metrics and more rich information for later to explore.
But that is me [emoji4]

Enviado de meu E6633 usando o Tapatalk

Enviado de meu E6633 usando o Tapatalk


Offline NickCave

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: WDE - Show Agent list to the client
« Reply #8 on: August 30, 2018, 09:56:55 PM »
last question, I'm very grateful to you for all your help!!

Can genesys answer a question from the chat page like "GetStatus(AgentID1)"?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: WDE - Show Agent list to the client
« Reply #9 on: August 31, 2018, 12:10:55 AM »
Yes, but again, will depend on PSDK or maybe URS Stats via HTML call.
Chat is that, a Chat widget only. You are trying to get another layer in your frontend, web.