Help
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Victor Chen
ServiceNow Employee
ServiceNow Employee

 This article is to address scenarios where customers want to use keywords for some languages and NLU for other in VA. This might happen because of two reasons: 

  • ServiceNow doesn’t support certain languages yet that a customer wants or has limited support, as it is an early release language 
  • The customer wants to implement NLU for VA in a phased manner, i.e. they want to start with a few languages in NLU while still providing keyword support for other languages 

 

In the example below, the customer has implemented a custom model - hr_services_english in Englishonly. The model hr_services_english contains the intents: apply_leaveholiday_enquiry and payroll_information.  
 find_real_file.png
 

Now they create a VA Topic: apply_leave and input the intent: apply_leave from model: hr_services_english.  

find_real_file.png 
 

 

**Note: Keywords for the VA topic are not specified yet. ** 

 

Now, after a couple months, they open an office in Japan.  

The client wants to use the existing English model instead of creating a new model in Japanese for multiple reasons.   

 

How can they accomplish this?  

1. Install the Japanese localization plugin 

find_real_file.png

 

2. Add English keywords in the VA Topic, e.g “sick leave”.  

 find_real_file.png

 

3. In the sys_translated_text table, add the Japanese translation record for the English keyword “sick leave” and Table Name: “Topic[sys_cs_topic]”. 

find_real_file.png 

 

4. In the ts_index_name table, click on the sys_cs_topic table record to open it.    

find_real_file.png

 

5. In the sys_cs_topic record, click to Regenerate the text index.  

find_real_file.png

 

 

Topic Detection:  

For the English word – “sick leave”, the Japanese word is 病気休暇.Test translated Japanese keyword to detect the apply_leave topic.  

 find_real_file.png

 

 

Comments
taylor10
Tera Contributor

HI @Victor Chen Does this work on versions previous to Quebec?

Andrei_Idiceanu
Tera Guru

Trying to insert a record as described in sys_translated_text results in "Error Message:Invalid insert"

Version history
Last update:
‎03-15-2021 01:45 PM
Updated by: