# Conversation Details Page

The Conversation Details Page is the lowest level of drill-down available in the Containment tab. It displays a record-level tabular view where each row represents a single conversation, with all associated metadata.

<figure><img src="/files/63joMI4PJqNP5IAeW3Sp" alt=""><figcaption><p align="center"><em>Figure 1: Conversation Details Page — Individual Conversation Records</em></p></figcaption></figure>

### 1. Available Columns

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Column</td><td valign="top">Description</td></tr><tr><td valign="top">Organization</td><td valign="top">The unique organization identifier (UUID) that owns this conversation. Used for multi-tenant data isolation.</td></tr><tr><td valign="top">ConversationId</td><td valign="top">A unique identifier (UUID) for the individual conversation. Can be used to locate specific conversations in the Conversation Viewer or for API lookups.</td></tr><tr><td valign="top">Conversation Start Date</td><td valign="top">The calendar date when the conversation began.</td></tr><tr><td valign="top">Conversation Start Time</td><td valign="top">The exact time the conversation started (e.g., 10:01:10 AM).</td></tr><tr><td valign="top">Conversation End Date</td><td valign="top">The calendar date when the conversation ended.</td></tr><tr><td valign="top">Conversation End Time</td><td valign="top">The exact time the conversation ended (e.g., 10:02:17 AM).</td></tr><tr><td valign="top">Conversation Date</td><td valign="top">Combined date and time stamp (e.g., 3/28/2026 10:01:10 AM).</td></tr><tr><td valign="top">ANI</td><td valign="top">Automatic Number Identification — the caller’s phone number or unique user identifier. For chat channels, this may display a system-generated identifier (e.g., “INB-CHAT-USER-E…”).</td></tr><tr><td valign="top">DNIS</td><td valign="top">Dialed Number Identification Service — the number or endpoint the user dialed or connected to (e.g., “INB-CHAT-SYSTEM-EN…”). Identifies which service entry point was used.</td></tr><tr><td valign="top">Channel</td><td valign="top">The communication channel used (e.g., “chat”, “phone”).</td></tr><tr><td valign="top">Stage</td><td valign="top">The environment (e.g., “PROD” for production).</td></tr><tr><td valign="top">Assistant</td><td valign="top">The name of the AI assistant that handled the conversation (e.g., “Sainsb…”, “Hello_I…”, “GPT4-C…”).</td></tr></tbody></table>

### 2. Business Value

The Conversation Details Page enables root-cause analysis at the individual conversation level. Support teams can locate specific conversations by ID, time range, or channel for troubleshooting and quality review. When an issue is detected at the aggregate level (e.g., a containment rate drop), analysts can drill down to this view to inspect the specific conversations that contributed to the anomaly.

The combination of Organization ID, Conversation ID, and timestamps provides a complete audit trail for compliance and governance purposes. The ANI and DNIS fields are particularly valuable for voice-based products (Customer v2), enabling identification of specific callers and service entry points.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ixhello.com/ix-hello-reporting/premium-reporting/total-conversations-with-contained-and-transferred-dedicated-sub-view/conversation-details-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
