" /> update virtual agent group from IRD - Genesys CTI User Forum

Author Topic: update virtual agent group from IRD  (Read 2384 times)

Offline masgar

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
update virtual agent group from IRD
« on: June 17, 2017, 07:18:42 AM »
Advertisement
Hi,

is it possibile to update/set the script for a virtual agent group from ird strategy? if yes, can you point me in the right direction?

Thanks,
Max

Offline vmc

  • Full Member
  • ***
  • Posts: 112
  • Karma: 0
Re: update virtual agent group from IRD
« Reply #1 on: June 17, 2017, 07:23:24 AM »
What's the business driver behind needing to do that?

Sent from my Redmi Note 3 using Tapatalk


Offline masgar

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Re: update virtual agent group from IRD
« Reply #2 on: June 17, 2017, 08:40:32 AM »
I need to target a virtual agent group based on skill level.

agt01 has skill Tech skill level 10
agt02 has skill Tech skill level 8
agt03 has skill Tech skill level 5


so I check if there are ready agents with skill Tech and skill leve >= 10. If not I decrement skill level and check again. Then I target the skill Tech >= skill_level variable (where I found a ready agent or is skill level reached 0).

My problem is that if there are no logged agents with skill Tech, the system send call to any ready agent. If I target the VAG it works but I need to set the VAG formula using the calculated skill level.

Probably there are a bunch of better solution but I'm new on Genesys so this is the best I found.

Thanks,
Max

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: update virtual agent group from IRD
« Reply #3 on: June 17, 2017, 06:14:40 PM »
No, better create those VAG and then modify the logic for calling them. You can't later the VAG query from IRD. That would mess with statistics as well later.

Enviado de meu E6633 usando Tapatalk


Offline terry

  • Sr. Member
  • ****
  • Posts: 328
  • Karma: 35
Re: update virtual agent group from IRD
« Reply #4 on: June 17, 2017, 06:24:34 PM »
Why you don't target skill expressions directly (bypassing any VAGs)?

Offline masgar

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Re: update virtual agent group from IRD
« Reply #5 on: June 19, 2017, 04:30:12 PM »
Terry,

I need to queue call to higher skill level ready agents first. Anyway I found the problem. If no agents with required skill are ready or logged, my strategy decrement skill level to skill level 0. Seems that IRD targets any agents if skill level == 0. So I changed my strategy to decrement up to 1 and now it works as per my expectations.

Thanks for help.

Max

Offline n3vek7

  • Full Member
  • ***
  • Posts: 137
  • Karma: 3
    • ITKB
Re: update virtual agent group from IRD
« Reply #6 on: June 19, 2017, 08:51:36 PM »
Why not just use a target of skill > 0 ... it will try from whatever skill level is the higher down to skill level 1..
Or maybe you need a specific time to queue before "decrementing" the skill level?