" /> Virtual agent Scripts ? - Genesys CTI User Forum

Author Topic: Virtual agent Scripts ?  (Read 3699 times)

Bombus

  • Guest
Virtual agent Scripts ?
« on: January 31, 2008, 08:37:38 AM »
Advertisement
Is it possible to  , with a script for a virtual agent group, "call" for agents that is possisioned in a particular agent group.

to use maybee like this:  existsinagentgroup ("ALL_Agents) ? or something like that?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Virtual agent Scripts ?
« Reply #1 on: January 31, 2008, 03:09:02 PM »
? why not put those agents as first option on the target object?

Marked as best answer by on May 06, 2025, 01:45:49 AM

Bombus

  • Guest
Re: Virtual agent Scripts ?
« Reply #2 on: February 01, 2008, 06:09:32 AM »
  • Undo Best Answer
  • I dont think i understand what you ar saying =)


    Offline Marco64

    • Newbie
    • *
    • Posts: 22
    • Karma: -1
    Re: Virtual agent Scripts ?
    « Reply #3 on: February 01, 2008, 08:16:44 AM »
    If you want to target (distribute calls) on a VAG or Agent with a skill then in your targer Selection you could choose

    type = skill
    name = something like this EN_SK = 1  | IT_SK = 2

    this will select the logged in Agent with Skill as per formula.

    marco

    Offline cavagnaro

    • Administrator
    • Hero Member
    • *****
    • Posts: 7641
    • Karma: 56330
    Re: Virtual agent Scripts ?
    « Reply #4 on: February 01, 2008, 03:21:55 PM »
    On target you normally put one object however you can add multiple of them, so in the target list you may have:

    1. Agent Group
    2. Virtual Agent Group

    In this way Agent Group will be the first target, and if no agent available the Virtual Agent Group will be the selected one.

    Bombus

    • Guest
    Re: Virtual agent Scripts ?
    « Reply #5 on: February 04, 2008, 08:08:01 AM »
    Great!

    Thanks alot!