Conversations (HITL)
flowchart LR
A["Filter conversations<br/>status, sentiment, gaps"] --> B["Inspect detail<br/>timeline, actions, analysis"]
B --> C{"Issue found?"}
C -->|"Knowledge gap"| D["Add to Knowledge Base"]
C -->|"Action bug"| E["Debug handler"]
C -->|"Looks good"| F["No action needed"]
style A fill:#e8ecff,stroke:#1842ef,color:#0a0e1a
style B fill:#e8ecff,stroke:#1842ef,color:#0a0e1a
style C fill:#e8ecff,stroke:#1842ef,color:#0a0e1a
style D fill:#dbe2ff,stroke:#1842ef,color:#0a0e1a
style E fill:#fef3c7,stroke:#d97706,color:#0a0e1a
style F fill:#d1fae5,stroke:#059669,color:#0a0e1a
Path: Agent Studio → Conversations
Conversations shows every real interaction users have had with your agent. It’s your primary tool for quality review and debugging.
Summary metrics
Section titled “Summary metrics”The top bar summarizes activity across all conversations:
| Metric | What it means |
|---|---|
| Total Conversations | All sessions where a user interacted with the agent |
| Questions Asked | Total user messages sent |
| Conversation Handoffs | Times the agent escalated to a human |
| Actions | Total action calls executed by the agent |
Conversation list
Section titled “Conversation list”The left panel lists conversations sorted by recency. Each row shows the user’s name, the auto-generated conversation topic, and the time. Click a row to open the full conversation.
Filters
Section titled “Filters”Use the filter bar to narrow the list by:
- Resolution status — resolved, unresolved, or escalated.
- User Feedback — thumbs up/down ratings from users.
- Actions — conversations where a specific action was triggered.
- Conversation Signals — keywords or intent signals detected.
Conversation detail
Section titled “Conversation detail”The right panel shows the full message-by-message exchange. At the bottom of each agent message there’s a View Analysis link — click it to see how the agent interpreted the request, which knowledge it used, and which actions it called.
User details and session replay
Section titled “User details and session replay”The right-side panel shows User Details (name, email, product) along with any Session Replay recording associated with the conversation.
When you spot a problem, the fix usually lives elsewhere: add missing content in the Knowledge Base, or correct a capability in Actions.