# ChatResolutionDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/project/dto/chat-resolution.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/dto/chat-resolution.dto.ts#L11)

Body for the PUBLIC chat resolution endpoint
(`POST /public/p/:slugWithId/chat/resolution`).

Answers the "Did this solve it?" prompt shown once per session after an
assistant answer completes. Persisted as a `chat_resolution` InteractionEvent
on the shared analytics spine (manuals-insights + ops cockpit read it).

## Properties

| Property | Type |
|---|---|
| `outcome` | `'yes' | 'no' | 'partly'` |
| `sessionId` | `string` |
