- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2022 03:44 PM
We are developing topics in our Virtual Agent for the first time and during the testing phase picked up that some of the words have been capitalised at the beginning while others words haven't. This means that when we have options presented to users this provides a little bit of inconsistency with the grammar and I can't work out what the go is. Does anyone have any idea on how to fix this? I've included some screenshots below where other and something else have the first letter as a capital where computer and fishsticks is not (Ignore XBox and PlayStation, capital letters in these are intentional).
Solved! Go to Solution.
- Labels:
-
Virtual Agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2022 08:59 PM
Hi there,
Looking at your images, wordt like "XBox" and "PlayStation", have a label which starts with a capital. While the label of computer and fishsticks is not.
You can update the labels, to all start uppercase. Though you will notice that on existing choices, this won't make a difference. This is because when adding choices, a UI Message record is created for that choice. Updating the use of capitals though, does not update the UI Message. So you would need to update the UI Message manually.
Also see:
2020-08-24 Labels in Virtual Agent User Input "Static Choice" are not shown correctly
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2022 08:59 PM
Hi there,
Looking at your images, wordt like "XBox" and "PlayStation", have a label which starts with a capital. While the label of computer and fishsticks is not.
You can update the labels, to all start uppercase. Though you will notice that on existing choices, this won't make a difference. This is because when adding choices, a UI Message record is created for that choice. Updating the use of capitals though, does not update the UI Message. So you would need to update the UI Message manually.
Also see:
2020-08-24 Labels in Virtual Agent User Input "Static Choice" are not shown correctly
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020, 2021 ServiceNow Community MVP
2020, 2021 ServiceNow Developer MVP
---
LinkedIn
Community article, blog, video list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2022 03:47 PM
Thank you this has been extremely helpful for our team.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 03:26 AM
How do you find the UI Message, I think I'm missing something.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 05:36 AM
It's the sys_ui_message table 🙂
(Type sys_ui_message.list into the navigator)