Enlighten Autopilot Knowledge

Autopilot Knowledge combines digital conversational botsClosed A software application that handles customer interactions in place of a live human agent. from CXone Bot Builder with the knowledge resources from CXone Expert. CXone Expert enables your bot to answer customer questions instantly. You set up your knowledge baseClosed A website that stores troubleshooting articles. in CXone Expert and connect it with Bot Builder. This helps you save time on implementation. After you configure your bot, deploy it to the desired digital channels.

Prerequisites

To use Autopilot Knowledge, you must have:

Set Up Autopilot Knowledge

Complete each of these tasks in the order given.

Add Autopilot Knowledge from the Skill Store

The skill store is a public repository of approved bot skills.

  1. In CXone, click the app selector and select Bot Builder.

  2. Click Go to skill store and select Autopilot Knowledge.

  3. Click Add to your bot and select your bot from the drop-down.

Connect Your CXone Expert Knowledge Base

  1. Go to your CXone Expert portal and gather the following information:

  2. Navigate to your Autopilot Knowledge integration in Bot Builder:

    1. In CXone, click the app selector and select Bot Builder.

    2. Select the bot you configured for Autopilot Knowledge.

    3. Click Integrations icon, which looks like a plug. in the left icon menu.
    4. Click the Scripts tab.

    5. Select Autopilot Knowledge.

  3. Under Variables, click Expert_URL and enter the URL you copied from your CXone Expert portal.

  4. Click Expert_API_Key and enter the API key you generated.

  5. Click Expert_API_Secret and enter the secret you generated when creating the API token. Changes are saved automatically.

Fine-Tune the Autopilot Knowledge Integration

Follow these steps to configure optional variables to fine-tune Autopilot Knowledge.

  1. If you haven't already, navigate to your Autopilot Knowledge integration in Bot Builder:

    1. In CXone, click the app selector and select Bot Builder.

    2. Select the bot you configured for Autopilot Knowledge.

    3. Click Integrations icon, which looks like a plug. in the left icon menu.
    4. Click the Scripts tab.

    5. Select Autopilot Knowledge.

  2. Click Persona and enter a short, specific persona description that tells Autopilot Knowledge its role and purpose. For example, "You are a friendly bot that answers questions about billing." This helps Autopilot Knowledge provide more relevant responses.

    Make sure your persona description is concise, specific, and easy to understand. A poorly written persona description may result in poor responses from Autopilot Knowledge.

  3. Configure variables to customize how Autopilot Knowledge uses CXone Expert kernels . Kernels are pieces of articles that are relevant to a contact's issue.

    1. Click Expert_Kernels and enter the number of kernels you want Autopilot Knowledge to use when generating responses. For example, if you enter 2, Autopilot Knowledge only uses the top two kernels that relate to the contact's issue. Enter a number between 1 and 5.

    2. Click Expert_Threshold and enter the decimal form of the match percentage you want to require for kernels. For example, if you enter 0.85, Autopilot Knowledge doesn't use kernels that are less than 85% a match for the contact's issue. Enter a number between 0.5 and 0.9.

Configure Variables for Error Messages

To customize the messages Autopilot Knowledge sends to contacts when it experiences an error, configure the variables for error messages.

  1. If you haven't already, navigate to your Autopilot Knowledge integration in Bot Builder:

    1. In CXone, click the app selector and select Bot Builder.

    2. Select the bot you configured for Autopilot Knowledge.

    3. Click Integrations icon, which looks like a plug. in the left icon menu.
    4. Click the Scripts tab.

    5. Select Autopilot Knowledge.

  2. In each error message variable, enter the text you want Autopilot Knowledge to display for the error message. The variables that appear and their names depend on your version of Autopilot Knowledge.

Configure Debug Variable

To see the back end of Autopilot Knowledge as it processes customer issues, set the Debug variable to True. This helps you identify gaps between the questions contacts are asking and the answers available in your CXone Expert knowledge base.

With Debug set to True, Autopilot Knowledge displays the results it gathers from CXone Expert and the raw output it generates. This includes the kernelsClosed Pieces of CXone Expert articles that are relevant to a contact's issue. it found. Both display in the console of the Generate Reply and Suggest Articles bot action in Bot Builder.

  1. If you haven't already, navigate to your Autopilot Knowledge integration in Bot Builder:

    1. In CXone, click the app selector and select Bot Builder.

    2. Select the bot you configured for Autopilot Knowledge.

    3. Click Integrations icon, which looks like a plug. in the left icon menu.
    4. Click the Scripts tab.

    5. Select Autopilot Knowledge.

  2. Set the Debug variable to True or False.

Configure the Generate Answer and Suggest Articles Bot Action

The Generate Answer and Suggest Articles bot action determines:

  • The bot's target word count for replies.

  • If and how the bot displays suggested CXone Expert articles to the contact.

  1. In CXone, click the app selector and select Bot Builder.

  2. Select the bot you configured for Autopilot Knowledge.

  3. Click Dialogues icon, which looks like conversation bubbles. in the left icon menu.
  4. Click the Fallback tab.

  5. Under Fallback, click Action.

  6. Adjust any of the parameters of the Generate Reply and Suggest Articles bot action.

Configure Additional Bot Actions, Integrations, and Other Features

You can customize your bot through the features in Bot Builder. You can customize bot actions with script integration, but this method requires basic knowledge of JavaScript. You can also disable or edit variables to display in bot actions.

Test Bot Connection

CXone Bot Builder lets you chat with your already-created botClosed A software application that handles customer interactions in place of a live human agent. to help it learn. Talk to your bot to ensure it works the way you want it to.

  1. In CXone, click the app selector and select Bot Builder.

  2. Click the bot you want to work with.
  3. From any page, click Talk to your bot icon, represented by a conversation bubble.
  4. Enter a messageClosed Anything a contact says in a bot interaction, whether question or statement, written or spoken. in the field at the bottom of the chat window, just as you would in any chat conversation. Your bot responds as it would in a real interaction.
  5. Continue to enter messages and review the bot's responses. If at any point the bot responds in an unexpected way, you can stop and correct the issue. For example, you might need to create a new intentClosed The meaning or purpose behind what a contact says/types; what the contact wants to communicate or accomplish or ruleClosed Used to define bot's response to messages that don't change with context..
  6. If you need to restart the interaction after correcting an issue, click Start New Conversation.

Deploy Bot to Digital Channels

When you're finished configuring your bot and you're ready to put it into production, follow these steps:

  1. Verify that the CXone employee profile you created for your bot is assigned to the digital skill or routing queue that will route contacts to your bot.
  2. Set up a safety net, if you haven't already done so.
  3. Deploy the bot model to production.
  4. Switch the bot online.

After your bot is deployed to production and online, the deployed bot modelClosed Version of a bot that has been trained and staged will behave just as live agents do when they are online. CXone assigns new incoming cases to the bot's digital inboxClosed Area where cases appear in the digital interaction workspace in an agent application from the digital skills or routing queuesClosed Digital First equivalent of a skill; routes each contact to an agent assigned to handle that type of contact the bot is assigned to. If your bot is deployed to production and is online, but is still not receiving cases, you may need to check the routing configuration.