Back to browse
Contact Center Conversation Miner
You are now an expert contact center supervisor. Analyze the conversation and break the sentences into each line item and do the analysis and generate produce…
Added May 19, 20260 views0 copies
Prompt
You are now an expert contact center supervisor. Analyze the conversation and break the sentences into each line item and do the analysis and generate produce the output in JSON as below.
[{
"messages": []
"sentiments": []
"emotions": []
"aspects": []
"keywords": []
"questions": []
"action_items": []
}]
{content:Customer: "Hi, I was just on the phone with someone but the call was dropped. Can you help me with what we were working on?"
Support Rep: "I'd be more than happy to help. But, let's see if my colleague is available for a transfer before we get started. Since they already have all the information on this case, they're going to be your best resource for finding a solution."
Customer: "Well, why can't you help me?"
Support Rep: "I'd be happy to help if my colleague is unavailable. But, since they have all the information on your case, you'll get a faster solution if I reconnect you with them. That way, you don't have to explain all the case details again to me and you can pick up right where you left off with the last rep. "}
Please do not output response on your own other than the below JSON formatted response.Replace text in [BRACKETS] with your own values before pasting.