Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Guidance Required on NLU-Based Access Validation Scenario in ServiceNow

ashokakumar
Tera Contributor

Hi Team,

I hope you are doing well.

I am currently working on a use case involving access issues related to user ID validation and would appreciate your guidance on the approach.

Scenario:
Handling access issues where user ID validation is required.

Approach:

I am planning to use NLU to interpret the short description of the request and identify the intent. Based on this, Flow Designer will be triggered to initiate the validation process and automatically assign the request to the respective  team.

Current Progress:
I am in the process of exploring and configuring the NLU model.

Could you please share your inputs or best practices on the following:

  • Is this the recommended approach for such scenarios?

  • Any suggestions for improving intent recognition accuracy in NLU?

  • Alternative approaches that might be more effective?

Your suggestions and guidance would be very helpful.

Thank you in advance for your support.

Best regards,
Ashok

2 REPLIES 2

Tanushree Maiti
Tera Sage

Please refer this links, see if it helps you:

 

https://www.servicenow.com/community/csm-forum/configuring-nlu-for-virtual-agent/m-p/3454570#:~:text....

 

https://www.youtube.com/watch?v=-FocR67SfSM&t=1s

 

https://www.youtube.com/watch?v=Cc75jQZsBHA

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:
Do you want to learn how to take the best from your Virtual Agent conversations by using Natural Language Understanding (NLU)? If yes, then join us for this webinar where you can learn how to improve NLU conversations through best practices and guidance on tuning and improving NLU utterances ...
How to use NLU Workbench to create an NLU model for Virtual Agent. This video covers: 00:00 Introduction 00:56 Build and train 02:23 Test and publish 03:41 Tune #servicenow #servicenowdemo #nluworkbench #virtualagent Role required: nlu_admin This video was recorded in the Vancouver release. For ...

suraj sengar
Giga Guru

Hi @ashokakumar

​It’s great to see you leveraging NLU (Natural Language Understanding) for access-related use cases. Integrating NLU with Flow Designer is a modern, scalable way to handle service desk automation.

​Here is a breakdown of your approach, best practices for accuracy, and potential alternatives to ensure a robust solution.

​1. Is this the recommended approach?

Yes, using NLU to drive Flow Designer is the standard "Pro-Code/Low-Code" approach in ServiceNow for intelligent routing. It shifts the burden of manual categorization from the user to the platform.

  • The Benefit: It reduces "Mean Time to Repair" (MTTR) by bypassing the general service desk and landing the ticket immediately with the team that handles ID validation.
  • The Caveat: NLU is only as good as its training data. For "Access Issues," the model needs to distinguish between "I forgot my ID" (Password Reset) and "My ID isn't working for App X" (Access Validation).

​2. Improving Intent Recognition Accuracy

​To ensure your NLU model doesn't misfire, consider these best practices:

  • Diverse Utterances: Provide at least 15–20 varied utterances per intent. Instead of just "ID validation," include "Can't log in with my credentials," "User ID blocked," or "Verify my system access."
  • Use Entities: Don't just identify the Intent; identify the Entity. If the user says "Access issue with SAP," the Intent is Access Issue and the Entity is SAP. This allows your Flow to be more specific.
  • Vocabulary Sources: Add company-specific jargon or acronyms to the NLU Vocabulary so the model understands internal system names.
  • Conflict Resolution: Regularly use the NLU Workbench to check for "conflicting utterances" where two different intents look too similar to the model.

​3. Alternative & Complementary Approaches

​While NLU is powerful, combining it with other ServiceNow features can make the process even more effective:

​A. Virtual Agent (VA) Integration

​Instead of just analyzing a Short Description after a ticket is created, use a Virtual Agent conversation.

  • ​The VA can use NLU to start the topic.
  • ​It can then ask clarifying questions (e.g., "Which system are you trying to access?") before the Flow Designer even triggers. This ensures the data passed to the validation flow is 100% clean.

​B. Predictive Intelligence (Task Intelligence)

​If you find NLU configuration too manual, look into Task Intelligence.

  • ​It uses machine learning to look at historical data and automatically categorize/assign incidents based on the Short Description without you having to manually define "intents" and "utterances."

​C. Catalog Item with "Auto-Submit"

​If the validation logic is very rigid, sometimes a well-designed Service Catalog Item with a few mandatory fields is more reliable than a free-text Short Description. You can use NLU to redirect a user from a general search to this specific Catalog Item.