Every number is computed by replaying {{ report.total_tickets }} seeded support tickets through the live agent. Change the policies, catalog, or ticket set and the numbers move.
{{ report.auto_resolved }} auto-resolved × {{ '%.0f' % report.baseline_handle_time_min }} min = {{ '%.0f' % report.handle_time_saved_min }} min saved, valued at ${{ '%.0f' % report.agent_cost_per_hour }}/hr → projected to ${{ '{:,.0f}'.format(report.monthly_cost_saved_projection) }}/mo at 3,000 tickets/month.
Each seeded ticket replayed through the live agent.
| ID | Channel | Intent | Outcome | Conf. | Message |
|---|---|---|---|---|---|
| {{ o.ticket_id }} | {{ o.channel }} | {{ o.intent | replace('_', ' ') }} | {% if o.escalated %} escalated {% else %} auto {% endif %} |
{{ '%.2f' % o.confidence }}
|
{{ o.message }} |