Display Summary on Virtual Agent
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 02:29 AM
Hi Expert,
I have an requirement where I have to display summarize details of user input before submitting the request on Virtual Agent.
How can I achieve it?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 02:35 AM - edited 07-22-2024 02:43 AM
Try this vaSystem.getTranscript()
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0786032
Alternatively, you can just search for and display the interaction record transcript column.
***If Correct/Helpful please take time mark as Correct/Helpful. It is much appreciated.***
Regards
Paul
Regards
Paul
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2024 03:36 AM
Its not working for me Paul