how to show major incident count in virtual agent topic script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 01:08 AM - edited 10-06-2023 01:14 AM
Hi,
We would want to show the major incident count and the link to view them when the user initiates the VA chat, any help in how to update the code in the topics script .
Regards,
Sagar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 08:00 AM
Hi @Sagar S,
You could take a look at the Check IT Ticket Status (Template) topic. There is a script action called 'Check Incidents and Request Items' which can give you an idea of how you could script your logic. You can use the Link component under Bot Response to display a link to the user.
Let me know if this helps you.