Sentiment Analysis
Summarize
Summary of Sentiment Analysis Customer Service Management
Sentiment Analysis within ServiceNow's Customer Service Management enables organizations to assess customer emotions through the Task Intelligence feature. This tool allows agents and managers to better understand customer sentiments associated with cases and emails, fostering more empathetic customer interactions.
Show less
Key Features
- Sentiment Evaluation: Analyzes email and case text to determine sentiments for new and updated cases.
- Sentiment Display: Provides sentiment data to agents and managers to enhance case management.
- Machine Learning Model: Utilizes a pre-trained model to predict sentiment during case creation and updates, with outputs including sentiment labels (positive, neutral, negative) and confidence levels.
- Ongoing Sentiment Tracking: Monitors sentiment trends over time to help agents prioritize and manage cases effectively.
- Feedback Mechanism: Stores prediction results in the Predictor Results table for analysis by users with the appropriate roles.
Key Outcomes
By implementing sentiment analysis, organizations can:
- Prioritize cases based on current sentiment, enhancing responsiveness.
- Assign cases to agents equipped with the necessary empathy skills, improving customer satisfaction.
- Identify coaching opportunities through analysis of negatively rated cases.
- Track sentiment changes over time, allowing for proactive case management.
This feature currently supports sentiment prediction for cases created in English, ensuring effective communication in customer service workflows.
Sentiment Analysis can help you gauge customer emotions, enabling you to provide more empathetic and compassionate customer experiences.
- Evaluate email and case text.
- Identify the current sentiment of new cases.
- Identify the ongoing sentiment of updated cases.
- Display this information to agents and managers.
Agents can use current case sentiment to prioritize their work and ongoing sentiment as it trends over time to see if cases are moving in the right direction.
Sentiment analysis machine learning models
| Cases scenario | Description |
|---|---|
| When a case is created | The sentiment analysis model evaluates the following text to make a prediction:
If the model can make a prediction, it returns the following information:
If the model can make a prediction, the sentiment is added to the Original sentiment field. If the model can't make a prediction, the Original sentiment is not set. This system stores the sentiment prediction information in the Predictor Results for Task table. |
| When a case is updated | The sentiment analysis model evaluates the following text to make a prediction:
If the model can make a prediction, it returns the following information:
The system:
If the model can't make a prediction, no information gets recorded and the value in the Current sentiment field remains the same. |
For more information about the pre-trained machine learning model, see Create a model to predict case sentiment.
Prediction feedback
- The default value in the Predicted correctly field for each sentiment prediction is set to true.
- The Final input value and Final output value fields remain empty because sentiment analysis predictions do not collect feedback from agents.
The Predictor Result table also stores information about skipped and failed predictions. For more information about this table, see Components installed with Task Intelligence for Customer Service.