Kind: Class
Source: atloria-monorepo/apps/api/src/project/dto/chat-resolution.dto.ts
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' |
sessionId | string |
Was this page helpful?