Skip to content

InboundMessage

Defined in: types.ts:14

A Transport handles inbound messages and outbound replies. Implemented in future epics (HTTP, Slack, Zooid). Declared here so the core knows the shape downstream packages will plug in to.

Properties

id

id: string

Defined in: types.ts:15


text

text: string

Defined in: types.ts:16


sender

sender: string

Defined in: types.ts:17


thread

thread: ThreadRef

Defined in: types.ts:18


isFollowUp

isFollowUp: boolean

Defined in: types.ts:19