ServiceNow Virtual Agent: Script/Method to append customized long transcript to Interaction Table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 05:25 PM - edited 01-29-2024 12:31 PM
Hi all,
Currently I'm working on the Virtual Agent, I need to add more details for the conversation between users and VAs before handing over to a real representative.
Here is the processing:
After user type the query, I will make api calls to some endpoint and get the response to show, my question is:
After I get the response and assign like var name "apiResponse":
if using the following directly in the script, it is not append to the transcript inside Interaction table and I even can't find the API_Response value fron background script.
var apiResponse = some result from API Endpoint;
- Labels:
-
Virtual Agent