bodhi-realtime-agent / UIPayload
Interface: UIPayload
Defined in: types/conversation.ts:82
Structured UI payload for dual-channel delivery (voice + UI).
Properties
data
data:
Record<string,unknown>
Defined in: types/conversation.ts:88
Type-specific data for rendering the UI element.
requestId?
optionalrequestId:string
Defined in: types/conversation.ts:86
Identifier for correlating UI responses back to the originating request.
type
type:
"choice"|"confirmation"|"status"|"form"|"image"
Defined in: types/conversation.ts:84
The kind of UI element to render on the client.