Set up skill-based routing in unified routing

The steps to configure skill-based routing are as follows:

  1. Create a rating model.
  2. Create skill types and skills.
  3. Assign agents to skills.
  4. Set exact or closest match as the default skill-matching algorithm for a workstream.
  5. Choose one of the following skill-classification methods:
  6. Choose out-of-the-box assignment method or author a custom assignment method for a queue.
  7. Enable skill control for the agent.

How skills are matched

This section explains how the default skill match algorithm works when you set the value as exact match or closest match in a workstream. When the work classification skill rules attach skills and proficiency level, the assignment method matches the required skill with the skills of the agent. Then the system assigns the conversation to an agent based on the chosen skill criteria.

The default skill-matching algorithm works with the out-of-the-box assignment method only. If you use the custom assignment method, then you'll need to write the conditions to achieve skill-based routing. The rules written for custom assignment override the algorithm in the work distribution settings of the workstream.

You can achieve the following skill matching based on the business requirements:

  • Exact skill match
  • Closest or nearest skill match

When you select one of these skill-matching types, you must configure the skill attachment rules for the conversation to be routed to the correct agent.

Exact match

In exact skill matching, the assignment logic searches for an agent with the required skills and proficiency.

Exact match filters all matched agents whose rating value is greater than or equal to the required value, and then orders them based on the higher available capacity, capacity profile, or round robin as per the selected order by attribute.

If an agent isn't available with all the required skills and corresponding proficiency, then the conversation remains unassigned in the queue.

You can configure exact skill match in one of the following ways:

  • In the work distribution settings of the workstream, set the value for Default skill matching algorithm as Exact Match. In the assignment method of the queue, choose highest capacity or round robin assignment method. The exact match algorithm is not applicable to work items if custom assignment method is applied to a queue. You'll need to write rules to achieve exact match for the custom assignment method.

  • Create a custom assignment method and create rules on attribute user skills:

    In exact skill match, as part of custom assignment method, you can write rule conditions to enable assignment logic to search for agents who match all the required skills or match all skills within a skill type. The matched agents can be ordered using the following order by options:

    • Nearest proficiency
    • Nearest proficiency within skill type
    • Most proficient
    • Most proficient within skill type
    • Skill count
    • Skill count within skill type
    • Round robin
    • Capacity

    For example, order by nearest proficiency or most proficiency will have the agent with skill proficiency nearest to required proficiency or highest proficiency at the top accordingly. It can be configured within a skill type as well.

    The following table lists a few examples of how skills are matched and results are ordered when the algorithm is "exact match".

    Skills required Agent characteristics Scenario description Rule condition Order by/Result
    • Cafe A-100 (Type: Product); Proficiency required: 2
    • Spanish (Type: Language); Proficiency required: 3
    • Name: Carlos; Capacity: 100; Cafe A-100 (2); Spanish (3)
    • Name: Eric; Capacity: 200; Cafe A-100 (3); Spanish (4)
    Exact match all skills Agent.User skills. Exact match.All skills AND (optional) Agent.PresenceStatus Equals Conversation.Work Stream.Allowed Presences AND Agent.Available capacity >= Conversation.Work Stream.Capacity Choose from one of the Order by options:
    • Available capacity: Eric
    • Nearest Proficient: Carlos
    • Most Proficient: Eric
      • Cafe A-100 (Type: Product); Proficiency required: 2
      • Spanish (Type: Language); Proficiency required: 3
      • Name: Carlos; Capacity: 100; Cafe A-100 (2); Spanish (3)
      • Name: Eric; Capacity: 200; Cafe A-100 (3); Spanish (4)
      Exact match language skill only Agent.User skills.Exact match.Skill type: Language AND (optional) Agent.PresenceStatus Equals Conversation.Work Stream.Allowed Presences AND Agent.Available capacity >= Conversation.Work Stream.Capacity Choose from one of the order by options:
      • Available capacity: Eric
      • Nearest Proficient: Carlos
      • Most Proficient: Eric

      Closest Match

      When finding an agent at the earliest is more important than waiting for an agent with exact required skills, unified routing provides with an option to order agents using proficiency or skill count and thereby achieving closest skill match.

      Closest match orders all agents based on their closeness to the required skill and proficiency. For example, if the required skills are four, then agents with four skills will be put on top (exact qualified), then agent with five skills (overqualified), followed by agent with three skills (under qualified).

      If no agent is available with any of the required skills, then the conversation might be assigned to an agent without any required skills.

      You can achieve closest skill match in one of the following ways:

      • In the work distribution settings of the workstream, set the value for Default skill matching algorithm as Closest Match. In the assignment method of the queue, choose highest capacity or round robin assignment method.

        In this scenario where closest match is chosen as the skill matching algorithm at workstream level, and round robin or highest capacity assignment method is chosen; if more than one agent with same skill score is there; the system won't order them by round robin or highest capacity. The system will continue to assign all the incoming work items to the same agent until other constraints like capacity and presence are satisfied.

      • Create a custom assignment method and create order by using proficiency or skill count to achieve closest match.

        You need to select order by > Proficiency > All skills or skill type > Nearest Proficient.

        In closest skill matching as part of custom assignment method, you can choose from the following order by options:

        • Nearest proficiency
        • Nearest proficiency within skill type
        • Most proficiency
        • Most proficiency within skill type
        • Skill count
        • Skill count within skill type

        The following table lists a few examples of how the skills are matched and results are ordered when the default skill-matching algorithm is "closest match".

        Skills required Agent characteristics Scenario description Rule condition Order by/Result
        • Cafe A-100 (Type: Product); Proficiency required :2
        • Coffee machine (Type: Product); Proficiency required: 3
        • Spanish (Type: Language); Proficiency required: 3
        • Name: Carlos; Cafe A-100 (2); Coffee machine (3); Spanish (3)
        • Name: Eric; Cafe A-100 (5); Coffee machine (4); Spanish (1)
        • Name: Jamie; Cafe A-100 (1); Coffee machine (2); Spanish (1)
        Closest match all skills Agent.PresenceStatus Equals Conversation.Work Stream.Allowed Presences AND Agent.Available capacity >= Conversation.Work Stream.Capacity Choose from one of the order by options:
        • Nearest Proficient: Carlos > Eric > Jamie
        • Most Proficient: Eric > Carlos > Jamie
        • Café A-100 (Type: Product); Proficiency required: 2
        • Coffee machine (Type: Product); Proficiency required: 3
        • Spanish (Type: Language); Proficiency required: 3
        • Name: Carlos; Cafe A-100 (2); Coffee machine (3); Spanish (3)
        • Name: Eric; Cafe A-100 (5); Coffee machine (4); Spanish (1)
        • Name: Jamie; Cafe A-100 (1); Coffee machine (2); Spanish (1)
        Closest match product skill only Agent.PresenceStatus Equals Conversation.Work Stream.Allowed Presences AND Agent.Available capacity >= Conversation.Work Stream.Capacity Choose from one of the order by options:
        • Nearest Proficient: Carlos > Eric > Jamie
        • Most Proficient: Eric > Carlos > Jamie
        • Café A-100 (Type: Product); Proficiency required: 2
        • Coffee machine (Type: Product); Proficiency required: 3
        • Spanish (Type: Language); Proficiency required: 3
        • Carlos Cafe A-100 (2); Coffee machine (3); Spanish (3)
        • Name: Eric; Cafe A-100 (5); Coffee machine (4)
        • Name: Jamie; Cafe A-100 (1)
        Closest match with all skills using skill count Agent.PresenceStatus Equals Conversation.Work Stream.Allowed Presences AND Agent.Available capacity >= Conversation.Work Stream.Capacity Order by option:
        Skill count: Carlos > Eric > Jamie
        • Cafe A-100 (Type: Product); Proficiency required: 2
        • Coffee machine (Type: Product); Proficiency required: 3
        • Spanish (Type: Language); Proficiency required: 3
        • Name: Carlos; Cafe A-100 (2); Coffee machine (3); Spanish (3)
        • Name: Eric; Cafe A-100 (5); Coffee machine (4);
        • Name: Jamie; Cafe A-100 (1);
        Closest match product skill only using skill count Agent.PresenceStatus Equals Conversation.Work Stream.Allowed Presences AND Agent.Available capacity >= Conversation.Work Stream.Capacity Order by:
        Skill count: System will randomly pick from Carlos or Eric

      Note

      We recommend that you use the same rating model across skills. However, if skills that belong to different rating models are there, then the system will normalize and calculate the skill scores.

      See also

      Overview of skill-based routing
      Overview of unified routing
      FAQ on unified routing