Use Forms

Create a New Form

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

  2. Click the Mpower Agent you want to work with.
  3. Click Dialogues icon, which looks like conversation bubbles. in the left icon menu.
  4. In the right pane, click Forms and then click New Form.
  5. Enter a name for your new form and press Enter.
  6. Under Requested Slots, click Add Slot.
  7. Select the Slot from the drop-down, then enter the Question the Mpower Agent should ask the customer to get the correct information. For example, if your Slot is Name, your Question could be What is your name?
  8. Repeat the previous two steps for any additional slots you want to add to the form.

Activate a Form

You need to include a form in a storyClosed Used to train an Mpower Agent for interaction handling based on intent and context. or ruleClosed Used to define an Mpower Agent's response to messages that don't change with context. to describe when the Mpower Agent should run the form. When the story or rule is triggered, the form will activate and the Mpower Agent will start to ask the questions.

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

  2. Click the Mpower Agent you want to work with.
  3. Click Dialogues icon, which looks like conversation bubbles. in the left icon menu.
  4. Add a new story or rule. In this example, the name could be Address Change.
  5. Enter the message a customer may send. In this example, it could be I need to change my address.

    The Mpower Agent attempts to assign an intentClosed The meaning or purpose behind what a contact says/types; what the contact wants to communicate or accomplish.. If the intent is correct, click Confirm. Otherwise, select the correct intent from the list. If the intent you need does not exist, type an intent name into the search field and click Create intent. This creates a new intent based on this message. You can add more examples to the intent later.

  6. (missing or bad snippet)
  7. In the Mpower Agent response, click the drop-down to select a form.

Submit a Form

A form is automatically submitted once all required slots are filled. However, your Mpower Agent will continue to listen for the next user message rather than automatically acknowledge that the form was submitted. This can leave the customer wondering whether their submission was successful. For a better customer experience, you can use a ruleClosed Used to define an Mpower Agent's response to messages that don't change with context. or storyClosed Used to train an Mpower Agent for interaction handling based on intent and context. to define what the Mpower Agent should do after a form is submitted.

Any slots collected from the customer can be used as variables to show that the Mpower Agent has collected the data. To use a variable, enclose the name of the entityClosed Keyword or phrase defined in your company profile in Interaction Analytics. Related to an entity type. Can include variants. in curly brackets.

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

  2. Click the Mpower Agent you want to work with.
  3. Click Dialogues icon, which looks like conversation bubbles. in the left icon menu.
  4. Add a new story or rule. In this example, the name could be Submit Address Change.
  5. Click Add condition, then click Active Form. Click the drop-down to select a form. This ensures that the rule only runs if the specified form is active.
  6. (missing or bad snippet)
  7. In the Mpower Agent response, click the drop-down to select a form.
  8. Add a message from your Mpower Agent letting the customer know their submission was successful.

Cancel a Form

A contactClosed The person interacting with an agent, IVR, or bot in your contact center. may change their mind in the middle of filling out a form and decide not to complete it. This can turn into a delicate situation with a contact, so defining a way for your Mpower Agent to handle this gracefully is a good idea.

Akela's Mpower Agent was receiving some requests to stop the address change process. The Mpower Agent wasn't sure how to handle this, so it would handover to an agent, leaving customers frustrated. Akela decided to create a rule her Mpower Agent could follow to cancel the address change form after it had been activated.

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

  2. Click the Mpower Agent you want to work with.
  3. Click Dialogues icon, which looks like conversation bubbles. in the left icon menu.
  4. Click the Rules tab.
  5. Click New rule.
  6. Enter a name for the rule. In this example, the name could be Cancel Address Change.
  7. Click Add condition, then click Active Form. Click the drop-down to select a form. This ensures that the rule only runs if the specified form is active.
  8. Enter the message a customer may send. In this example, it could be Nevermind.

    The Mpower Agent attempts to assign an intentClosed The meaning or purpose behind what a contact says/types; what the contact wants to communicate or accomplish.. If the intent is correct, click Confirm. Otherwise, select the correct intent from the list. If the intent you need does not exist, type an intent name into the search field and click Create intent. This creates a new intent based on this message. You can add more examples to the intent later.

  9. (missing or bad snippet)
  10. Add a message from your Mpower Agent letting the customer know their request was cancelled.

Interruptions

Once an Mpower Agent starts asking form questions, it will keep doing so until all the slots in the form are filled and is not able to process other things. ContactsClosed The person interacting with an agent, IVR, or bot in your contact center. don't always answer all of a form's questions from start to finish. They may ask questions, change their mind, or otherwise change the subject in the middle of the form. These are called interruptions. To handle situations like this, you can write rulesClosed Used to define an Mpower Agent's response to messages that don't change with context. or storiesClosed Used to train an Mpower Agent for interaction handling based on intent and context. that include common interruptions.

An interruption with a recognized intentClosed The meaning or purpose behind what a contact says/types; what the contact wants to communicate or accomplish. triggers one of the following behaviors:

A common use for forms is agent escalation. The Mpower Agent will gather information to pass on to the live agent to simplify the process once the agent is connected. Many times, a contact will ask why the Mpower Agent needs their information. This is considered an interruption. The Mpower Agent adjusts to the new intent long enough to answer the question, then returns to the form loop. This is shown in the following example image.