@extends('dashboard') @section('page-title', $agent->name . ' - Analytics') @section('content')
| Query | Count | Avg. Response Time |
|---|---|---|
| {{ $query['text'] }} | {{ $query['count'] }} | {{ $query['avg_response_time'] }}ms |
{{ $recommendation }}
No recommendations at this time. Your agent is performing optimally.
| Query | Count | Avg. Response Time |
|---|---|---|
| {{ $query['text'] }} | {{ $query['count'] }} | {{ $query['avg_response_time'] }}ms |
{{ $recommendation }}
No recommendations at this time. Your agent is performing optimally.