Skip to content

Interface: GetInboxResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / GetInboxResponse

Interface: GetInboxResponse

Defined in: src/types/cognitive.ts:708

Response with an agent’s inbox messages.

Properties

messages

messages: InboxMessageDto[]

Defined in: src/types/cognitive.ts:710

Messages (sorted by priority, then timestamp).


totalCount

totalCount: number

Defined in: src/types/cognitive.ts:714

Total number of messages returned.


unreadCount

unreadCount: number

Defined in: src/types/cognitive.ts:712

Number of unread messages.