- 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
‎10-09-2020 06:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2020 11:51 PM
Hi Kanhaiya,
The system automatically checks live chat sessions every two minutes (through the Idle Chat Time Task) to ensure that chat sessions are still active. If requesters don't respond within 180 seconds (three minutes) during an active chat session, the session becomes idle. They receive a reminder message that tells them that the conversation is timing out and asks if they're still there.
If needed, you can change the idle chat reminder message and the default times for the system to display the reminder message and close an idle chat.
cjeck this link for more information
If my answer helped you in any way, mark answer as helpful and correct.
Thanks and regards,
Megha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2020 04:52 AM
Hi Megha,
we have these properties with their default values in seconds, but don't know why it isn't working.
Is there any other things that needs to be customized for this or to be added?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2021 04:32 AM
Good afternoon guys,
The property itself doesn't close the conversations, what it does is set a flag to conversations that reached that amount of time so when the "Time Out Abandoned VA Conversations" scheduled job runs, it gets closed.
So I would advise changing also the number of times that scheduled job runs per day.
if my answer helped you in any way, mark the answer as helpful and correct.
Best regards,
Pedro Leite