Skip to content

Commit 5b3cf02

Browse files
Update README.md
The **Emotion-Aware Ticket Prioritizer** is an AI-powered ServiceNow solution that automatically analyzes the **tone and emotion** of user-submitted tickets (like Incidents or HR Cases). It dynamically adjusts **priority**, adds **contextual work notes**, and notifies the right team based on detected emotion -improving SLA compliance and customer satisfaction.
1 parent 19336c3 commit 5b3cf02

File tree

1 file changed

+13
-0
lines changed
  • Server-Side Components/Script Includes/Emotion-Aware

1 file changed

+13
-0
lines changed

Server-Side Components/Script Includes/Emotion-Aware/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,16 @@ If frustration or urgency is detected, the system dynamically increases the **pr
1414
- Optionally, notifies the support team for urgent or frustrated cases
1515

1616
---
17+
## How It Trigger Script Include Via Business Rule
18+
1. Create object of Script Include (Accessible from all scopes)
19+
var util = new global.EmotionAnalyzer();
20+
21+
----
22+
## Example line as input and output
23+
| User Input | Detected Emotion | Auto Priority | Output |
24+
| -------------------------------------- | ---------------- | ------------- | --------------------- |
25+
| “Laptop crashed again, no one helps!” | Negative | 1 (Critical) | Escalate to VIP queue |
26+
| “Thank you, system working great now!” | Positive | 4 (Low) | No action |
27+
| “Need help resetting my password.” | Neutral | 3 (Moderate) | Normal SLA |
28+
29+

0 commit comments

Comments
 (0)