Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/channels / / DeliveryPayload
Interface: DeliveryPayload
Defined in: packages/channels/src/spi.ts:161
An outbound delivery. text is expected to be pre-sanitized by the gateway (outbound commentary catalogue); adapters must not add model-facing scaffolding of their own.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
identity | readonly | ChannelIdentity | - | packages/channels/src/spi.ts:162 |
question? | readonly | DeliveryQuestion | Optional interactive question (see DeliveryQuestion). | packages/channels/src/spi.ts:167 |
replyTo? | readonly | string | Channel-native id of the message this delivery replies to. | packages/channels/src/spi.ts:165 |
text | readonly | string | - | packages/channels/src/spi.ts:163 |