Complex Tasks#
Similar to document creation, you can combine Omnio’s capabilities to solve complex tasks with a single prompt.
Below is an example of an extensive evaluation of a customer interaction regarding a car insurance claim.
Analyze the audio with the following components:
1. Summary: Summarize the customer interaction, highlighting key concerns.
2. Agent’s evaluation: An evaluation of agent’s performance using the following metrics:
- Strong introduction
- Understanding
- Effort
- Emotion
- Effective resolution
- Strong closing
Each metric should be scored from 0 to 10.
Return performance metrics in JSON format with the following fields:
- Metric
- Commentary
- Score
3. Recommendations: A list of recommendations to improve customer satisfaction.
4. Transcription: Transcribe the audio.
Summary
In this customer interaction, the agent, Patrick, contacts a policyholder regarding a claim filed against their auto policy. The conversation centers around an accident that occurred on the 9th of the month at an intersection involving the policyholder’s vehicle and another car, a Kia. The policyholder provides details about the location and confirms that no other vehicles were involved. The police were involved, and reports were made, but the policyholder lacks the other party’s insurance information. The agent assures the policyholder that they will reach out to the other party once the police report is obtained. The policyholder confirms they can contact the agent using the number provided.
Agent’s Evaluation
[
{
"Metric": "Strong introduction",
"Commentary": "The agent introduced himself clearly and stated the purpose of the call.",
"Score": 9
},
{
"Metric": "Understanding",
"Commentary": "The agent demonstrated understanding by asking relevant questions and clarifying details.",
"Score": 8
},
{
"Metric": "Effort",
"Commentary": "The agent made a good effort to gather all necessary information.",
"Score": 8
},
{
"Metric": "Emotion",
"Commentary": "The agent maintained a professional tone throughout the call.",
"Score": 7
},
{
"Metric": "Effective resolution",
"Commentary": "The agent provided a clear plan for obtaining the missing information and reassured the policyholder.",
"Score": 8
},
{
"Metric": "Strong closing",
"Commentary": "The agent ensured the policyholder had his contact information for follow-up.",
"Score": 9
}
]