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

Interaction Insights table

User sentiment analysis prepares agents for the tone of incoming conversations. Business rules can be created based on this value and agents can take appropriate actions on the chat, whether it comes from Virtual Agent, another live agent, or from a queue.

Both synchronous and asynchronous channels support sentiment analysis. Use Task Intelligence to set up sentiment analysis.

When configured, sentiment analysis is performed at the end of a Virtual Agent or live agent conversation. The user sentiment is stored in the Interaction Insights [sys_cs_interaction_insight] table.

FieldDescription
InteractionThe sys ID for the conversation in the Interactions \[interaction\] table.
SentimentShows the sentiment level of the interaction, if sentiment analysis is enabled on the instance. This value can be shown to agents in the Agent Chat interface. Business rules can be created based on this value at handoff \(Virtual Agent to live agent, live agent to live agent, or live agent to queue\). Valid values are as follows:- Positive - Neutral - Negative - null \(no value assessed\)
Sentiment NormalizedSentiment score between -0.5 (negative sentiment) and 0.5 (positive sentiment).You can modify these values by adjusting the com.glide.cs.neutral_sentiment_max_value and com.glide.cs.neutral_sentiment_min_value system parameters.
TypeType of analysis performed. For example, Sentiment.
UserName of the agent or Virtual Agent.
User TypeType of user. For example, Agent.

Parent Topic:Conversational Interfaces reference