Dashboard Overview
The NeuronLens dashboard is the primary interface for non-technical users. It opens on a summary view showing key metrics for your selected time range and lets you drill down to individual calls, agents, or campaigns. Every chart and metric in the dashboard is also available via API, so you can pull the same data into your own BI tools or data warehouse.Call Volume Trends
View daily, weekly, or monthly call volumes broken down by campaign, agent team, or language. Spot drops or spikes instantly.
Sentiment Distribution
Track the ratio of positive, neutral, and negative calls over time — by agent, campaign, or your entire operation.
Intent Breakdown
See how customer intents are distributed: interested, callback, not interested, complaint, escalation, and custom intent labels.
Agent Leaderboards
Compare QA scores, sentiment outcomes, and compliance pass rates across agents and teams. Identify top performers and coaching targets.
Metrics Available
- Call Volume
- Sentiment
- Intent
- Revenue & Risk
| Metric | Description |
|---|---|
| Total calls | All calls submitted for processing in the period |
| Connected calls | Calls with a live conversation (filtered from no-answers and drops) |
| Average duration | Mean call length in seconds |
| Calls by campaign | Volume broken down per Neuron campaign or uploaded batch |
| Calls by agent | Per-agent call counts for productivity tracking |
| Calls by language | Distribution across language codes — useful for staffing decisions |
Querying Analytics via API
Call-Level Analytics
Response Structure
Total calls processed for this agent and period.
Calls with an actual conversation — excludes unanswered, dropped, and voicemail calls.
Mean call duration in seconds for connected calls.
Proportion of calls in each sentiment category. Values sum to 1.0.
Proportion of calls in each intent category. Values sum to 1.0.
Average QA score across all scored calls for this agent, on a 0–100 scale.
Number of calls where a cross-sell or upsell opportunity was detected but not acted on.
Number of calls with compliance or policy risk indicators.
Available Filters
| Parameter | Type | Description |
|---|---|---|
from | date (YYYY-MM-DD) | Start of the analysis period |
to | date (YYYY-MM-DD) | End of the analysis period |
group_by | string | Aggregate by agent, campaign, language, or date |
campaign_id | string | Filter to a single Neuron campaign |
agent_id | string | Filter to a single agent |
language | string | BCP-47 language code (e.g., hi-IN) |
disposition | string | Filter by call disposition (e.g., connected, no_answer) |
sentiment | string | Filter to calls with a specific overall sentiment |
intent | string | Filter to calls with a specific intent label |
Searching Call History
NeuronLens indexes the full transcript of every processed call. You can search across millions of calls using free text or structured filters.- Investigate specific complaints or escalations at scale
- Find calls where a particular product or offer was discussed
- Pull examples for agent coaching or training
- Audit calls mentioning specific regulatory terms
Agent Coaching Insights
NeuronLens surfaces per-agent coaching recommendations directly in the dashboard under Agents → [Agent Name] → Coaching Insights. For each agent, you see:Top Missed Opportunities
Calls where the customer showed buying signals (positive sentiment, interest intent) but the agent did not follow through with a cross-sell, upsell, or closure attempt.
Compliance Gap Summary
A breakdown of which compliance checks this agent most frequently fails — for example, not stating the loan disclosure or using informal language in a regulated context.
QA Score Trend
Week-over-week QA score trend so you can see whether previous coaching sessions produced measurable improvement.