Closing idle bot-to-bot conversations
Summarize
Summary of Closing idle bot-to-bot conversations
This content outlines how to manage idle bot-to-bot conversations in ServiceNow using the Virtual Agent API. Specifically, it describes the automatic closure of abandoned conversations that are idle for more than one hour and how administrators can customize this behavior.
Show less
Key Features
- Automatic Closure: The Time Out Abandoned B2B Conversations job runs hourly to close any bot-to-bot conversations that have been idle for over one hour (3600 seconds).
- Configurable Timeout: Administrators can modify the default timeout period by adding the system property
com.glide.cs.b2bconversationidletimeoutto specify how long idle conversations should remain open. - Scheduled Job Adjustments: Administrators can change the timing and frequency of the scheduled job through the System Definition settings.
Key Outcomes
By configuring the idle timeout and adjusting the scheduled job, administrators can ensure better resource management by closing unnecessary idle conversations. This leads to improved system performance and user experience in bot-to-bot interactions.
In bot-to-bot integrations (Virtual Agent API), abandoned conversations that are "idle" for more than an hour are automatically closed by the scheduled job, Time Out Abandoned B2B Conversations. This job runs hourly each day.
The default timeout period for abandoned bot-to-bot conversations is one hour (3600 seconds). The Time Out Abandoned B2B Conversations job closes any bot-to-bot conversations that have been open longer than one hour (3600 seconds). You (admins) can change the default timeout period for idle bot-to-bot conversations by adding the system property com.glide.cs.b2b_conversation_idle_timeout.
The timeout value that you specify in this property applies to all bot-to-bot conversations involving the Virtual Agent.
Change the timeout period for idle bot-to-bot conversations
- Navigate to All, and then enter sys_properties.list in the navigation filter.
- Click New.
- On the form, fill in the fields.
Field Value Name Enter the system property name:com.glide.cs.b2b_conversation_idle_timeout Description Enter an explanation for this property: Idle timeout period (in seconds) for all bot-to-bot conversations Type Select integer. Value Enter the number of seconds that the abandoned bot-to-bot conversations remain open, after the requester's last response. For example, a value of 1800 seconds (30 minutes) means that an abandoned bot-to-bot conversation remains open for 1800 seconds (30 minutes). When the Time Out Abandoned B2B Conversations job runs, it closes any conversations that have been idle longer than 1800 seconds.
- Click Submit.
Change the Time Out Abandoned B2B Conversations scheduled job
- Navigate to and open the Time Out Abandoned B2B Conversations record.
- In the Scheduled Script Execution form, change the Time at which the scheduled job runs.
Or, depending on how you want to adjust the timing, change other fields in the form as
needed.
For example, to change the interval at which the job runs, in the Run field, select Periodically. You then specify the Repeat Interval (Days and Hours) that the job runs and the Starting date for the interval. For a description of the other fields that you can change in this form, see Automatically run a script of your choosing.
- Click Update.
The job runs at the specified time and frequency.