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