<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Virtual agent - When user is idle whilst connected to advisor in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/virtual-agent-when-user-is-idle-whilst-connected-to-advisor/m-p/3538286#M6834</link>
    <description>&lt;P&gt;What are the possibility's of alerting a user that they have been unactive on the virtual agent and there is a response waiting for them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently we have nothing in place other than the ping sound when a message is received. Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 May 2026 10:47:29 GMT</pubDate>
    <dc:creator>EveP</dc:creator>
    <dc:date>2026-05-06T10:47:29Z</dc:date>
    <item>
      <title>Virtual agent - When user is idle whilst connected to advisor</title>
      <link>https://www.servicenow.com/community/community-central-forum/virtual-agent-when-user-is-idle-whilst-connected-to-advisor/m-p/3538286#M6834</link>
      <description>&lt;P&gt;What are the possibility's of alerting a user that they have been unactive on the virtual agent and there is a response waiting for them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently we have nothing in place other than the ping sound when a message is received. Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 10:47:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/virtual-agent-when-user-is-idle-whilst-connected-to-advisor/m-p/3538286#M6834</guid>
      <dc:creator>EveP</dc:creator>
      <dc:date>2026-05-06T10:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Virtual agent - When user is idle whilst connected to advisor</title>
      <link>https://www.servicenow.com/community/community-central-forum/virtual-agent-when-user-is-idle-whilst-connected-to-advisor/m-p/3538608#M6845</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/904375"&gt;@EveP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;STRONG&gt;How to Change the Timeout:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;To make this change, there are two things involved:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;System Property:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;There's a setting called "&lt;STRONG&gt;com.glide.cs.conversation_idle_timeout&lt;/STRONG&gt;" that controls the timeout duration.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scheduled Job:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;A background process named "&lt;STRONG&gt;Time Out Abandoned VA Conversations&lt;/STRONG&gt;" needs to be updated to run regularly and clear out inactive chats according to the new timeout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;If the property does not exist you can create one. The OOB setting of the property is 24 hours in seconds [Integer - 86400]. Similarly, the job&amp;nbsp;has to be configured periodically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2 id="toc-hId-476008908"&gt;Change the idle chat timeout values&lt;/H2&gt;&lt;P class=""&gt;Add the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.glide.cs.idle_chat_reminder_timeout&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;and the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.glide.cs.idle_chat_cancel_timeout&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;properties to the System Property [sys_properties] table to set the chat reminder message timeout and the idle chat cancel timeout values. Create both properties at the same time.&lt;/P&gt;&lt;DIV class=""&gt;&lt;OL class=""&gt;&lt;LI&gt;As admin, navigate to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;All&lt;/SPAN&gt;, and then enter&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sys_properties.list&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the filter.&lt;/LI&gt;&lt;LI&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;New&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to add the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.glide.cs.idle_chat_reminder_timeout&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property.&lt;OL class=""&gt;&lt;LI&gt;On the form, fill in the fields.&lt;DIV class=""&gt;&amp;nbsp;Field Value &lt;TABLE&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;System property name. Enter:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;com.glide.cs.idle_chat_reminder_timeout&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Explanation for this property. For example:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Idle chat reminder timeout (in seconds)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;TD&gt;Data type. Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;integer.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;Enter the number of seconds before the idle chat reminder message is displayed, after the requester's last response. This value must be equal to or greater than 120 seconds, since the Idle Chat Timer Task job runs every 120 seconds to check active chat sessions.&lt;P class=""&gt;For example, if the idle chat reminder message is to be displayed 5 minutes after the requester's last response, enter 300 seconds.&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Note:&lt;/SPAN&gt;&lt;DIV class=""&gt;If you want to set an idle chat message reminder timeout that is under 120 seconds, you must also change the time at which the Idle Chat Timer Task job runs. The job must check for idle chats within a shorter time frame. For example, if the reminder message timeout is 60 seconds after the requester's last response, set the Idle Chat Timer Task job to run every 60 seconds. For more information on base system scheduled jobs, see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://www.servicenow.com/docs/access?context=c_SystemScheduler&amp;amp;version=yokohama&amp;amp;pubname=yokohama-platform-administration&amp;amp;ft:locale=en-US" rel="external" target="_blank"&gt;System scheduler&lt;/A&gt;.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Submit&lt;/SPAN&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;In the System Properties table, select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;New&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to add the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.glide.cs.idle_chat_cancel_timeout&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property.&lt;OL class=""&gt;&lt;LI&gt;On the form, fill in the fields.&lt;DIV class=""&gt;&amp;nbsp;Field Value &lt;TABLE&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;System property name. Enter:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;com.glide.cs.idle_chat_cancel_timeout&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Explanation for this property. For example:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Idle chat cancel timeout (in seconds)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;TD&gt;Data type. Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;integer.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;Number of seconds before an idle chat is canceled (times out). This value must be larger than&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.glide.cs.idle_chat_reminder_timeout&lt;/SPAN&gt;, where the difference between this value and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.glide.cs.idle_chat_reminder_timeout&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is larger than or equal to 120 seconds (2 minutes, which is when the Idle Chat Timer Task job runs).&lt;P class=""&gt;For example, if the reminder message timeout value is 300 seconds (5 minutes), the idle chat cancel timeout value must be 420 seconds or greater.&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Note:&lt;/SPAN&gt;&lt;DIV class=""&gt;If you changed the Idle Chat Timer Task job, the difference between the chat cancel timeout value and the idle chat reminder timeout must be larger or equal to the Idle Chat Timer Task job time. For example, if the reminder timeout is 60 seconds and the Idle Chat Timer Task job is also 60 seconds, the idle chat cancel timeout value must be 120 seconds or greater.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Submit&lt;/SPAN&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;H2 id="toc-hId--1331445555"&gt;Set the inactivity timeout behavior&lt;/H2&gt;&lt;P class=""&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.glide.cs.start_idle_timeout_after_agent_response&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property determines the timeout behavior when inactivity is triggered. When this property is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;true, the inactivity timer does not start until the agent sends a non-automated response to the requester.&lt;/P&gt;&lt;DIV class=""&gt;&lt;OL class=""&gt;&lt;LI&gt;As admin, navigate to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;All&lt;/SPAN&gt;, and then enter&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sys_properties.list&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the filter.&lt;/LI&gt;&lt;LI&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;New&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to add the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.glide.cs.start_idle_timeout_after_agent_response&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property.&lt;OL class=""&gt;&lt;LI&gt;On the form, fill in the fields.&lt;DIV class=""&gt;&amp;nbsp;Field Value &lt;TABLE&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;System property name. Enter:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;com.glide.cs.start_idle_timeout_after_agent_response&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Explanation for this property. For example:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Timeout behavior when inactivity should be triggered.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;TD&gt;Data type. Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;true/false.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;Either&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;true&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;false.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Submit&lt;/SPAN&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;H2 id="toc-hId-1156067278"&gt;Set the server disconnect timeout for guest conversations&lt;/H2&gt;&lt;P class=""&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.glide.cs.chat_disconnect_timeout&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property determines how long the system will wait to reconnect a disconnected conversation before it ends the chat. If communication is reestablished during that timeframe, the conversation resumes.&lt;/P&gt;&lt;DIV class=""&gt;&lt;OL class=""&gt;&lt;LI&gt;As admin, navigate to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;All&lt;/SPAN&gt;, and then enter&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sys_properties.list&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the filter.&lt;/LI&gt;&lt;LI&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;New&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to add the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;com.glide.cs.chat_disconnect_timeout&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property.&lt;OL class=""&gt;&lt;LI&gt;On the form, fill in the fields.&lt;DIV class=""&gt;&amp;nbsp;Field Value &lt;TABLE&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;System property name. Enter:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;com.glide.cs.chat_disconnect_timeout&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Explanation for this property. For example:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Timeout behavior for disconnected guest conversations.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;TD&gt;Data type. Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;integer.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;TD&gt;Number of seconds before a disconnected guest chat is canceled (times out). The client will try to reconnect during that time.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Submit&lt;/SPAN&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer this servicenow Documentation &amp;amp;&amp;nbsp; helpful article:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenow.com/docs/r/yokohama/conversational-interfaces/agent-chat/ci-idle-chats.html" target="_blank"&gt;Controlling idle live chat sessions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://www.servicenow.com/community/virtual-agent-nlu-articles/understanding-virtual-assistant-timeout-settings/ta-p/2306437" target="_blank"&gt;Understanding Virtual Assistant Timeout Settings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-automatically-close-the-virtual-agent-conversation-if/td-p/241102" target="_self"&gt;How to Automatically close the Virtual Agent conversation if users don't take the actions within 2 hours.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 18:41:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/virtual-agent-when-user-is-idle-whilst-connected-to-advisor/m-p/3538608#M6845</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-05-06T18:41:41Z</dc:date>
    </item>
  </channel>
</rss>

