Skip to content

Commit 8c9d4b7

Browse files
authored
Add files via upload
added readme
1 parent 3b5b749 commit 8c9d4b7

File tree

1 file changed

+27
-0
lines changed
  • Server-Side Components/Background Scripts/Virtual Agent Topic Coverage Report

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Virtual Agent Topic Coverage Report
2+
3+
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

Comments
 (0)