Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Components installed with Conversation Improvement Themes

Several types of components are part of Conversation Improvement Themes, including scheduled jobs, tables, system properties, and flows.

Roles added

RoleDescription
sn_na_thematic.theme_adminPrimary role to access dashboard and tables installed with the application.

Scheduled jobs installed

Scheduled jobDescription
Create thematic executionsThis scheduled job runs once a month and creates Themes Execution Staging Records that create themes and their description and tags knowledge articles, catalog items, VA topics, AI Agents, and conversations to these themes.
Themes - Create Daily Primary Request ExecutionsRuns daily and creates Themes Execution Staging Records that tags conversations to the existing themes, and if necessary, creates new themes
Update Theme Effective and Ineffective ScoresRuns daily and populates number of effective conversations and number of ineffective conversations for every theme.

Tables installed

LabelName
Themes Configurations \[sn\_na\_thematic\_themes\_configuration\]Contains various configurations for Conversation Improvement Themes.Configuration Name - Last scan date: Contains the last scanned date of the theme creation. After the first run, theme extraction and theme description update will only run on content updated or created after the last run date.
Themes \[sn\_na\_thematic\_themes\]Contains the themes created along with their descriptions.
Themes associations \[sn\_na\_thematic\_associates\]Contains the relationship between themes and different content types tagged to that theme.
Primary Requests \[sn\_na\_thematic\_primary\_request\]Contains all the primary requests extracted from evaluated chats.

System properties installed

PropertyDescription
sn\_na\_thematic.dataChunkSizeThe default chunk size, used for Azure Open AI provider and as a backup. The default chunk size is 100. If you see Themes Execution staging record is either in a failed state or stuck on processing for a long time, reduce the chunk size and change the state of the Execution staging record to draft and then again to processing.
sn\_na\_thematic.fallbackDataChunkSizeIf any of the theme skills are not part of the Azure Open AI provider, the fallback size is used to create execution staging records. If you see Themes Execution staging record is either in a failed state or stuck on processing for a long time, reduce the chunk size and change the state of the Execution staging record to draft and then again to processing. The default chunk size is 25. But it should be set differently for different LLMS. - Gemini: 25 - Claude: 10 - Now LLM: 1

Business rules installed

NameDescription
Theme taggingAn asynchronous business rule that runs the state of the Themes Execution Staging record changes to processing. It invokes the Theme Tagging subflow.
Themes Update next record to processingRuns state of the Themes Execution Staging record changes to Classification Complete, Complete or Failed.

Subflows installed

FlowDescription
Theme TaggingExecutes when the state of the Themes Execution Staging record changes to processing. The subflow creates themes, updates their description, and then tags knowledge articles, catalog items, VA Topics, AI agents, and conversations with the themes and moves the state of the Themes Execution staging record to complete.
Primary Theme TaggingThe subflow is called from Theme Tagging subflow. It tags conversations to the existing themes and if necessary, creates new themes.

Script includes installed

Script includesDescription
themesUtilPrimary utility function for Conversation Evaluator.

Parent Topic:Reference for Conversation Improvement Themes