# Conversations by Disposition — Dedicated Sub-View

The Conversations by Disposition sub-view provides an expanded, full-page version of the disposition chart with the complete filter panel visible. It allows analysts to isolate specific disposition types, channels, or assistants to understand the breakdown of how conversations are ending.

<figure><img src="/files/Eb4T9zA4lZl8eOdDWh3x" alt=""><figcaption><p align="center"><em>Figure 1: Conversations by Disposition — Full Sub-View with Filter Panel (03/08/2026 – 04/09/2026)</em></p></figcaption></figure>

### 1. Filter Panel

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Filter</td><td valign="top">Description</td></tr><tr><td valign="top">Date Selection Type</td><td valign="top">Custom Dates (default). Supports relative options: Current Day, Current Week, Current Month, Current Quarter, Previous Day/Week/Month/Quarter.</td></tr><tr><td valign="top">Start Date / End Date</td><td valign="top">Shown as 03/08/2026 12:00:00 AM – 04/09/2026 12:00:00 AM in this example.</td></tr><tr><td valign="top">Channel</td><td valign="top">(All) — includes chat, phone, and any other configured channels.</td></tr><tr><td valign="top">Stage</td><td valign="top">STG (Staging environment). Options include PROD, DEV, STG. Always verify Stage = PROD for production analysis.</td></tr><tr><td valign="top">Assistant</td><td valign="top">(All) — or select a specific assistant to isolate its disposition pattern.</td></tr><tr><td valign="top">Disposition</td><td valign="top">(Multiple values) — allows filtering to specific disposition types for focused analysis.</td></tr><tr><td valign="top">Business Day</td><td valign="top">(All) — can be filtered to isolate business day vs. weekend performance.</td></tr></tbody></table>

### 2. Disposition Types — Definitions

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Connection Disposition</td><td valign="top">What It Means</td></tr><tr><td valign="top">AppDisconnect (orange)</td><td valign="top">The application (platform or bot) terminated the conversation. This can indicate session management logic, bot-initiated endings after goal completion, or technical errors causing forced disconnection.</td></tr><tr><td valign="top">UserDisconnect (blue)</td><td valign="top">The user ended the conversation themselves by closing the chat, hanging up, or navigating away. Can indicate successful self-resolution or user frustration.</td></tr><tr><td valign="top">Transfer (green)</td><td valign="top">The conversation was routed to another destination (live agent, different flow, or external system). Presence of Transfer in this chart confirms a transfer routing occurred.</td></tr><tr><td valign="top">Timeout (not visible in expanded view)</td><td valign="top">The conversation ended because no user activity was detected within the configured timeout window. Common in voice channels when a caller does not respond.</td></tr></tbody></table>

#### &#x20;3. Business Value

Understanding disposition distribution is critical for AI assistant quality assessment. A high AppDisconnect rate may indicate the assistant is terminating conversations prematurely. A high Timeout rate suggests users are becoming unresponsive — potentially because they are confused, frustrated, or the assistant is not prompting effectively. UserDisconnect is generally the most desirable outcome, as it implies the user completed their interaction voluntarily. The Transfer disposition, when present, directly correlates with the containment metrics tracked in the Containment tab.


---

# 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/conversations-by-disposition-dedicated-sub-view.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.
