Skip to content

Event Inspector

The Event Inspector provides a live view of events flowing through Agent Assist. Use it to debug issues, verify that suggestions are being delivered, and understand the sequence of actions within a conversation.

imageEvent inspector showing a live stream of events with type, timestamp, conversation ID, and payload summary
The real-time event inspector stream

Event Stream

Events appear in reverse chronological order as they occur. Each entry shows the event type, timestamp, associated conversation, and a summary of the payload.

Event Types

Event TypeDescription
Recognition ResultSpeech or text recognition output from the CCaaS platform.
MessageAgent or customer message received by the connector.
RAG QueryA knowledge base search triggered by the assist engine.
SuggestionAn answer or recommendation delivered to the agent.
Session StartA new assist session was initialized.
Session EndAn assist session was closed.

Filtering

Use the filter controls to narrow the event stream:

  • Event type -- Select one or more event types to display.
  • Conversation ID -- View events for a specific conversation.
  • Time range -- Limit events to a specific window.

Storage and Retention

Events are stored in a Redis ring buffer with the following characteristics:

ParameterValue
Buffer sizeLast 500 events per tenant
TTL24 hours
Storage backendRedis

After 24 hours or when the buffer exceeds 500 events, older entries are automatically evicted.

WARNING

All stored events have PII redacted before being written to the ring buffer. Personally identifiable information such as names, phone numbers, and account numbers is replaced with placeholder tokens. The raw, unredacted event data is not persisted.

Inspecting Event Details

Click on any event row to expand its full payload. The detail view shows:

  • Complete event metadata (timestamps, IDs, source service)
  • Redacted payload content
  • Related events in the same conversation (linked by conversation ID)

TIP

Use the Event Inspector alongside Active Conversations to correlate live session status with the underlying event flow.

OmniBots Agent Assist