F

Faq

FAQ

Concierge-type Bot

Quick step-by-step

  1. Set up duplicates of all the skill rules that your bot is designed to pick up, in the format of BOT{skillname} e.g. if your skill is called English then create another skill called BOTEnglish.
  2. Assign both the original and duplicate skills to your Bot(s) e.g. If your Bot originally just had English, it should now have English and BOTEnglish.
  3. Change your routing rules to go to both the original and the BOT skills e.g. If your routing rule just went to English, now set it to English and BOTEnglish.
  4. Ensure that your human users still only have the original skill e.g. Your users should still just have the English skill only.
  5. The Bot(s) should now be picking up every chat in the first instance and then when the bot needs to transfer it should transfer to a Human agent.

Full Example

Background

The existing setup of WhosOn

Your Chat Routing rules are set up like so:
routing1.png
With each route set up like this, respectively:
routing2.png
Bot skills configured like this:
botskills.png

The Steps

  1. Create duplicates of all skill rules with the prefix of BOT.
    skills.png
  2. Add the new skills to the Bot.
    botskills2.png
  3. Alter the routing rules to assign to both their original and the new BOT skills.
    routing3.png
  4. Do not change the skills of any Human users.
  5. You're done, the bot should be picking up all chats in the first instance now.