- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2020 11:09 PM
I want virtual agent chatbot to close the conversation automatically if user doesn't take any action after two hours.
By default its more than a day or 48 hours, not sure. Cam we modify it through configuration change or scripting?
Solved! Go to Solution.
- Labels:
-
Virtual Agent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2020 03:58 AM
HI Kanhaiya,
You can configure the "Time Out Abandoned VA Conversations record" job to timeout accordingly. This is currently configured to run per day. This will timeout the chat if user is idle for certain time.
Add the property and set the timing in seconds- com.glide.cs.conversation_idle_timeout
Here is the doc which explains on the chat timeout - https://docs.servicenow.com/bundle/newyork-performance-analytics-and-reporting/page/administer/virtual-agent/concept/va-open-conversations.html.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2020 03:58 AM
HI Kanhaiya,
You can configure the "Time Out Abandoned VA Conversations record" job to timeout accordingly. This is currently configured to run per day. This will timeout the chat if user is idle for certain time.
Add the property and set the timing in seconds- com.glide.cs.conversation_idle_timeout
Here is the doc which explains on the chat timeout - https://docs.servicenow.com/bundle/newyork-performance-analytics-and-reporting/page/administer/virtual-agent/concept/va-open-conversations.html.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2020 12:50 AM
Hi Murali,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2020 07:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2020 06:09 AM
Hi Murali,
com.glide.cs.idle_chat_remainder_timeout
com.glide.cs.idle_chat_cancel_timeout

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2020 08:46 PM
Hi Sarabjeet,
Yes, the OOB settings is only when - before connecting to live agent and after connected to live agent.
If you are in the screen "routing to live agent" then the timeout will not take place. You have to implement a custom solution for that, if you dont wish users to wait in the queue for specified time.
Kindly refer to this post - https://community.servicenow.com/community?id=community_question&sys_id=afb2f8461baf50d43222ea89bd4bcb81
Thanks