Interface: WebhookCallbackResponse
@kortexya/reasoninglayer / WebhookActions / WebhookCallbackResponse
Interface: WebhookCallbackResponse
Defined in: src/types/webhook-actions.ts:147
Response after processing a webhook callback.
Properties
demonsFired
demonsFired:
number
Defined in: src/types/webhook-actions.ts:149
Number of demons fired.
message
message:
string
Defined in: src/types/webhook-actions.ts:151
Confirmation message.
status
status:
string
Defined in: src/types/webhook-actions.ts:153
Final status of the invocation.
termUpdated
termUpdated:
boolean
Defined in: src/types/webhook-actions.ts:155
Whether the action Psi-term was updated.