How to edit response message 'Sorry, I didn't understand. Please answer below question.'

rithesh
Kilo Expert

Hi, 

I am trying to edit the bot's response when it couldn't find anything from intent. Editing OOB fall back topic script variables didn't work. Is it somewhere in sys_properties or background response? Please let me know. 

Thanks

1 ACCEPTED SOLUTION

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Have a look at this article I wrote a while ago:
Internationalize your Virtual Agent

sys_ui_message

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

5 REPLIES 5

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Have a look at this article I wrote a while ago:
Internationalize your Virtual Agent

sys_ui_message

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

NaAs
ServiceNow Employee
ServiceNow Employee

one way to edit is to replace the output nodes in the flow of the fallback with your message or edit the values of variables

find_real_file.png

Susan Britt
Mega Sage
Mega Sage

It is the com.glide.cs.general.retry_question_message system property.

Exactly what I needed! Thank you!!