Amazon Lex

Content on this page is for a product or feature in controlled release (CR). If you are not part of the CR group and would like more information, contact your CXone Account Representative.

Amazon Lex is a platform you can use to develop virtual agent bots for your organization. You can integrate them into CXone for voice and CXone chat channels. Digital First Omnichannel chat channels aren't supported at this time. You can use Lex Bot V1 or V2 with CXone.

Virtual agent bots interpret what your contacts say or type and respond appropriately. They do this using technologies such as:

Virtual agents are flexible and can provide a range of functions to suit the needs of your organization. For example, you can design your virtual agent to handle a few simple tasks or to serve as a complex interactive digital agent.

Requirements

To use Amazon Lex V1 or V2 virtual agent bots with CXone, you need:

Amazon Lex Management

You can manage Amazon Lex  virtual agent bots in Virtual Agent Hub. To access Virtual Agent Hub, you need to use CXone Studio. If you don't have Studio installed, you can download and install it.

Amazon Lex Configuration

Before you can add an Amazon Lex bot to CXone, you must create and configure it using the tools provided by Amazon.

When your Amazon Lex bot is ready, you can add it to CXone Virtual Agent Hub and create or modify Studio scripts to use it. To configure this bot in Virtual Agent Hub, you need the following information:

Scripting Guidelines

Before integrating a virtual agentClosed A software application that handles customer interactions in place of a live human agent., you need to know: 

  • Which script you want to add a virtual agent to.
  • The Studio actionsClosed Performs a process within a Studio script, such as collecting customer data, playing a message or music, or routing a contact to an agent. you need to use for your bot. There are separate actions for voicebots and chatbots. The actions that support virtual agents are:

    • VoiceBot Exchange and TextBot Exchange—Use these actions for complex bots or for when you need to customize the bot's behavior from turn to turn. Your script must include at least two instances of the action.
    • Voicebot Conversation and Textbot Conversation—Use these actions for very simple bots. They don't allow for customization of the bot's behavior from turn to turn.
  • Where the Studio actions must be placed in your script flow.
  • The configuration requirements specific to the virtual agent you're using.
  • How to complete the script after adding the virtual agent action. You may need to: 
    • Add initialization snippets as needed to the script using Snippet actions.  You can do this to customize your bot.
    • Re-configure the action connectors to ensure proper contact flow and correct any potential errors.
    • Use the OnReturnControlToScript branch to handle hanging up or ending the interaction. If you use the Default branch, your script may not work as intended.
    • Complete any additional scripting and test the script.

Ensure that all parameters in the Virtual Agent Hub actions you add to your script are configured to pass the correct data. See the online help topic for the action you're using for information about how to configure each parameter.

If you need assistance with scripting in Studio, contact your CXone Account Representative, see the Scripting Reference Material sections of the online help, or visit the NICE CXone Community site.

Supported Action for Voicebots

Use the Voicebot Exchange action to integrate an Amazon Lex voicebot into a script.

Voicebot Exchange Action

This action is for complex bots or for when you need to customize the bot's behavior from turn to turn.

Voicebot Exchange monitors the conversation between the contact and the bot turn by turn. It sends each utteranceClosed What a contact says or types. to the bot. The bot analyzes the utterance for intentClosed What the contact wants to communicate or accomplish and context and determines the response to give. The action returns the bot's response to the contact. When the conversation is complete, the action continues the script.

Supported Action for Chatbots

Use the Textbot Exchange action to integrate a nAmazon Lex chatbot into a script.

Textbot Exchange Action

This action is for complex bots or for when you need to customize the bot's behavior from turn to turn.

TextBot Exchange monitors the conversation between the contact and the botClosed Virtual agent designed to handle specific interactions turn by turn. It sends each utteranceClosed What a contact says or types. to the bot. The bot analyzes the utterance for intentClosed What the contact wants to communicate or accomplish and context and determines which response to give. TextBot Exchange returns the bot's response to the contact. When the conversation is complete, the action continues the script.