Skip to content

ChatFeedbackDto

reference
1 min readUpdated

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

PropertyType
rating`'up'
sessionIdstring
questionstring
commentstring

Was this page helpful?

Download as PDF