<?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 How to Provide an Timer Clock in the Agent Chat Conversations in Virtual Agent, NLU forum</title>
    <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/239858#M3706</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am looking for incorporating the 2 min timer before the chat session ends.&lt;/P&gt;
&lt;P&gt;If user is not responding to agent for certain time, the inactivity timer triggers then a remainder message has been sent and session ends automatically.&lt;/P&gt;
&lt;P&gt;After the remainder message, I want set some kind of timer to be shown to the end user saying that your session will close in 100secs..80 secs...etc&lt;/P&gt;
&lt;P&gt;Thanks in advance..!!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Naveen.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Feb 2022 14:33:42 GMT</pubDate>
    <dc:creator>Community Alums</dc:creator>
    <dc:date>2022-02-04T14:33:42Z</dc:date>
    <item>
      <title>How to Provide an Timer Clock in the Agent Chat Conversations</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/239858#M3706</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am looking for incorporating the 2 min timer before the chat session ends.&lt;/P&gt;
&lt;P&gt;If user is not responding to agent for certain time, the inactivity timer triggers then a remainder message has been sent and session ends automatically.&lt;/P&gt;
&lt;P&gt;After the remainder message, I want set some kind of timer to be shown to the end user saying that your session will close in 100secs..80 secs...etc&lt;/P&gt;
&lt;P&gt;Thanks in advance..!!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Naveen.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 14:33:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/239858#M3706</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2022-02-04T14:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Provide an Timer Clock in the Agent Chat Conversations</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/239859#M3707</link>
      <description>&lt;P&gt;Hi Naveen,&lt;/P&gt;
&lt;P class="p"&gt;By default, the system automatically checks live chat sessions every two minutes through the Idle Chat Time Task scheduled job to ensure that chat sessions are still active. If the requester does not respond within 180 seconds (three minutes) during an active chat session, the session becomes idle. The user receives a reminder message that the conversation is timing out and asks if they are still there. If they don't respond, the system automatically cancels (times out) the chat session 360 seconds (six minutes) after the requester's last response.&lt;/P&gt;
&lt;P class="p"&gt;You can change the idle chat reminder message and the default time after which the system displays the reminder message and closes an idle chat.&lt;/P&gt;
&lt;P class="p"&gt;To Change the idle chat timeout values :&lt;/P&gt;
&lt;OL id="idle-chats__ol_xzx_bjj_tlb" class="ol"&gt;
&lt;LI class="li"&gt;In the Filter navigator, enter&amp;nbsp;&lt;KBD class="ph userinput"&gt;sys_properties.list&lt;/KBD&gt;.&lt;/LI&gt;
&lt;LI class="li"&gt;select&amp;nbsp;&lt;SPAN class="ph uicontrol"&gt;New&lt;/SPAN&gt;&amp;nbsp;to add the&amp;nbsp;&lt;SPAN class="keyword parmname"&gt;com.glide.cs.idle_chat_cancel_timeout&lt;/SPAN&gt;&amp;nbsp;property.&lt;/LI&gt;
&lt;LI class="li"&gt;Values should be in seconds like 60/120/...&lt;/LI&gt;
&lt;LI class="li"&gt;Submit&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;To learn more of such properties , refer to this doc:&lt;/P&gt;
&lt;P&gt;https://docs.servicenow.com/bundle/rome-servicenow-platform/page/administer/workspace/concept/idle-chats.html&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark my answer &lt;SPAN style="background-color: #ffff00;"&gt;correct &amp;amp; Helpful,&lt;/SPAN&gt; if Applicable.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 11:50:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/239859#M3707</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2022-02-09T11:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Provide an Timer Clock in the Agent Chat Conversations</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/239860#M3708</link>
      <description>&lt;P&gt;Hi Sandeep,&lt;/P&gt;
&lt;P&gt;Thanks for your reply..!!&lt;/P&gt;
&lt;P&gt;I am not looking for the system properties.&lt;/P&gt;
&lt;P&gt;I was looking for the timer clock to be visible on chat window before session ends.&lt;/P&gt;
&lt;P&gt;Let me know if you have inputs on this..!!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Naveen.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 06:35:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/239860#M3708</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2022-02-11T06:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Provide an Timer Clock in the Agent Chat Conversations</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/2829482#M12286</link>
      <description>&lt;P&gt;Hi Naveen,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you get resolution to display timer to show the remaining active session time? Could you please help me with the same?&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 08:08:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/2829482#M12286</guid>
      <dc:creator>Ayushi17</dc:creator>
      <dc:date>2024-02-16T08:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Provide an Timer Clock in the Agent Chat Conversations</title>
      <link>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/3459961#M14431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you get resolution? I need same funcionality in my project&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2026 23:36:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/virtual-agent-nlu-forum/how-to-provide-an-timer-clock-in-the-agent-chat-conversations/m-p/3459961#M14431</guid>
      <dc:creator>MarcosGarcia</dc:creator>
      <dc:date>2026-01-04T23:36:28Z</dc:date>
    </item>
  </channel>
</rss>

