Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/channels / / DeliveryQuestion
Interface: DeliveryQuestion
Defined in: packages/channels/src/spi.ts:148
An interactive question rendered on the channel (HITL surface). ref is the opaque resolve reference the application posts back to the framework: either a serialized workflow awakeable address (serializeAwakeableRef from @graphorin/workflow) or an agent approval id. Rendering (buttons, quick replies, plain text) is the adapter's choice.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
options | readonly | readonly { label: string; value: string; }[] | packages/channels/src/spi.ts:150 |
prompt | readonly | string | packages/channels/src/spi.ts:149 |
ref | readonly | string | packages/channels/src/spi.ts:151 |