Virtual Agent information returned about incidents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 10:26 AM - edited 03-13-2025 10:35 AM
Hello,
With OOB configuration Virtual Agent returns a lot of information about the incident. Can this be altered? I would like to remove "priority" and "assigned to" information, this is not relevant for the end user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 10:37 AM
I am not sure, but you need to check the flow defined in Topic and see if we can change or not. It is under Virtual Agent -- Designer
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 10:47 AM
Yep, that is what I did but at least I do not find where I could limit the returned information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 01:41 PM
Hello @Ville Hirvimies
- Yes, you can customize the information that Virtual Agent returns for an incident.
- The default responses are controlled by Virtual Agent topics and response templates, which can be modified to exclude fields like Priority and Assigned To.
How to modify the response:
- Navigate to: All → Virtual Agent → Designer.
- Find the topic: Locate the topic that retrieves and displays incident details (e.g., Get Help with an Incident).
- Edit the script action or response template:
- If using Script Actions: Modify the script to exclude priority and assigned_to.
- If using Decision Nodes or Message Blocks: Adjust the responses to remove unnecessary fields.
- Test and publish: After making changes, test the Virtual Agent conversation and publish the updated topic.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 11:59 PM
Thanks for your reply! The Topic in question here is Check Ticket & Support Status. To my understanding the displayed output the user is generated via script response. The script itself does not contain any variables to modify, it calls to function that generates the output for the user. Where can one find these functions and modify those?