Dawn Jurek
ServiceNow Employee
ServiceNow Employee

Customer support, human resources, and other service providers get a lot of simple service requests through phone, chat and other channels. Those requests can take up a lot of their agents’ time. The ServiceNow Virtual Agent with new natural language understanding (NLU) capability available in the New York release can help lift that burden by handling those simple requests automatically.

In this installment of our NOWSupport best practices series, we’ll take a look at Virtual Agent and NLU, and show you where you can learn more about it.

Front end – the Virtual Agent workbot

The Virtual Agent front end is a workbot – designed to get work done. Once you train Virtual Agent on the input it’s likely to see, NLU helps extract the user’s intent and important information from a broad variety of input. For example, if the user says any of these things…

“Update my email marissa@sampleco.com”

“Change my email address to marissa@sampleco.com”

“My new email is marissa@sampleco.com”

…NLU extracts the important information without asking any more questions…

#Intent: update_profile

@item=email

@value=marissa@sampleco.com

…and Virtual Agent updates the user’s profile.

 

If the user switches topics in the middle of a conversation, Virtual Agent won’t miss a beat. With NLU, Virtual Agent follows the change in topic whether the user returns to the original topic or not.

 

find_real_file.png

 

You can integrate Virtual Agent with third-party chat clients like MS Teams, Facebook Messenger, Slack, iPhone and Android. With the phone’s text-to-speech, Virtual Agent works with voice input as well as text. You can also integrate with IBM Watson to quickly extend Virtual Agent to different languages through Watson’s translator.

Back end – building conversations

The back end makes it easy to add Virtual Agent to your apps. Virtual Agent comes with about 30 conversations for common tasks like email setup, password reset, surveys, and printer issues, plus features like greetings, closings, and route to live agent. You’ll tailor these conversations to suit your company, and you can create your own. In many companies, process owners create or modify individual conversations to suit their processes using the easy drag-and-drop Designer – no coding! Meanwhile the Virtual Agent admin keeps watch over the entire conversation inventory. That way, each conversation is tailored to its task within the company, and the entire inventory has a consistent voice.

find_real_file.png

Virtual Agent in the New York release comes with about 30 conversations.

 

The Virtual Agent Designer makes it easy to create flows – just drag and drop.

find_real_file.png

 

Getting started with Virtual Agent

It’s easy to get started using Virtual Agent. First, use analytics to find out your most common requests, and choose the ones that’ll be easiest to automate. Then find the patterns in the interactions between service agents and customers. Finally, modify the supplied conversations or create new ones to match those patterns. Along the way, you’ll train the NLU feature to handle the variety of user input.

And if you’re upgrading to the New York release, you won’t have to redo any of your Virtual Agent features. Just expand to use new features like intent and entity extraction and NLU. You may want to recast some of your conversations to take advantage of new segments in New York, like greetings, good-bye, and try again.

For more information

To learn more about Virtual Agent and NLU, check out these resources:

Virtual Agent Overview - Demo video on the ServiceNow Support YouTube channel

Natural Language Understanding in Virtual Agent - product documentation

What's new in New York for Virtual Agent - Community article

Virtual Agent release notes (New York) - product documentation

Primer on natural language understanding - Community article

An AI Glossary for Business Leaders - ServiceNow Workflow article

Chatbots get chatty - ServiceNow Workflow article

--

Behind the scenes here at ServiceNow, the Knowledge Management and Multimedia teams work closely with subject matter experts to disseminate critical information to our customers. We’ve found that certain topics come up frequently, in the form of best practices that can help you keep your ServiceNow instances running smoothly. This series targets those topics so that you and your organization can benefit from our collective expertise. If you have a best practices topic you'd like us to cover in this series, please let us know in the comments below.

 

To access all the blog posts in this series, see our NOWSupport best practices series list.