Here's how I would build a simple ticket sentiment workflow.
1. ๐ฆ๐๐ฎ๐ฟ๐ ๐๐ถ๐๐ต ๐ฎ ๐ฐ๐ผ๐ป๐๐ฒ๐ฟ๐๐ฎ๐๐ถ๐ผ๐ป ๐๐ฟ๐ถ๐ด๐ด๐ฒ๐ฟ: ย ย
Here I have manual enrollment set up, but you could automatically enroll new conversations or updated ones.
2. ย ๐๐ฟ๐ฎ๐ฏ ๐ฎ๐น๐น ๐๐ต๐ฒ ๐บ๐ฒ๐๐๐ฎ๐ด๐ฒ๐ ๐ผ๐ณ ๐๐ต๐ฒ ๐ฐ๐ผ๐ป๐๐ฒ๐ฟ๐๐ฎ๐๐ถ๐ผ๐ป: ย ย
There's no easy way to do this in workflows, but a custom code action suffices nicely.
3. ๐๐ฟ๐ฒ๐ฒ๐๐ฒ ๐๐ ๐ง๐ถ๐บ๐ฒ! ย ย
I use a simple message 'Given the following text, output a categorisation from the following "Positive", "Negative", "Neutral" or "Other" '.
The "Other" is our catch all, which will improve the accuracy of the other labels.
4. ๐๐ป ๐ถ๐ป-๐ฎ๐ฝ๐ฝ ๐ป๐ผ๐๐ถ๐ณ๐ถ๐ฐ๐ฎ๐๐ถ๐ผ๐ป ๐๐ผ ๐บ๐๐๐ฒ๐น๐ณ - always helpful for debugging.
5. ๐๐ผ๐ฒ๐ฟ๐ฐ๐ฒ ๐๐ต๐ฒ ๐๐ฟ๐ฒ๐ฒ๐๐ฒ ๐๐ ๐ฟ๐ฒ๐๐ฝ๐ผ๐ป๐๐ฒ ๐ถ๐ป๐๐ผ ๐๐ต๐ฒ ๐ฐ๐ผ๐ฟ๐ฟ๐ฒ๐ฐ๐ ๐ฑ๐ฟ๐ผ๐ฝ๐ฑ๐ผ๐๐ป ๐ผ๐ฝ๐๐ถ๐ผ๐ป๐: ย ย
We all know free-form text is the devil (doubly so with AI), so formatting it correctly into a dropdown is a must.
6. ๐จ๐ฝ๐ฑ๐ฎ๐๐ฒ ๐บ๐ "๐๐ ๐๐ฎ๐๐ฒ๐ด๐ผ๐ฟ๐" ๐ฝ๐ฟ๐ผ๐ฝ๐ฒ๐ฟ๐๐ ๐ผ๐ป ๐๐ต๐ฒ ๐ฎ๐๐๐ผ๐ฐ๐ถ๐ฎ๐๐ฒ๐ฑ ๐๐ถ๐ฐ๐ธ๐ฒ๐.
Easy peasy!
A decent ticket sentiment system that can be put together quickly. I'm looking forward to exploring more use cases for Breeze AI.