# ChatFeedbackDto

**Kind:** Class

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

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

Anonymous 👍/👎 signal emitted from the support widget under a completed
assistant answer. Persisted as a `chat_feedback` InteractionEvent on the
shared analytics spine — no ChatInteraction row is created (the public
stream doesn't mint one; the event IS the record).

## Properties

| Property | Type |
|---|---|
| `rating` | `'up' | 'down'` |
| `sessionId` | `string` |
| `question` | `string` |
| `comment` | `string` |
