You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A background script that analyzes Virtual Agent topic configuration health by identifying inactive, unpublished, or unused topics.
4
+
5
+
## Usage
6
+
7
+
1. Navigate to **System Definition → Scripts - Background**
8
+
2. Copy and paste the script content
9
+
3. (Optional) Modify `daysBack` variable to set the usage analysis timeframe (default: 30 days)
10
+
4. Click "Run script"
11
+
12
+
## What It Does
13
+
14
+
The script:
15
+
1. Queries all Virtual Agent topics in the system
16
+
2. Checks each topic's active and published status
17
+
3. Counts conversations per topic over the past 30 days (configurable)
18
+
4. Displays inactive topics, unpublished topics, and zero-usage topics
19
+
5. Helps identify topics that need attention before go-live or during health checks
20
+
21
+
## Report Categories
22
+
23
+
**Inactive Topics**: Topics where the "Active" checkbox is unchecked. These topics are disabled and won't respond to user inputs even if published.
24
+
25
+
**Unpublished Topics**: Topics where the "Published" checkbox is unchecked. These are draft topics not yet available to end users.
26
+
27
+
**Topics with Zero Usage**: Topics that are both active and published but have had no conversations in the specified timeframe. May indicate topics that need better training phrases or are not discoverable by users.
0 commit comments