LogoRobo.js
Packages@robojs/mock

RecordedAction

Interface: RecordedAction

Recorded action from bot (for test assertions)

Properties

PropertyTypeDescription
dataunknownFull payload data
endpoint?stringFor REST actions: endpoint path (e.g., "POST /channels/123/messages")
idstringUnique action ID
interactionId?stringFor interaction responses: the interaction ID
metadata?ActionMetadataOptional metadata for tracing and orchestration. Used by external systems (like Disgraph) to correlate actions with their domain concepts (nodes, steps, scenarios).
method?stringFor REST actions: HTTP method
responseType?numberFor interaction responses: the response type
timestampnumberUnix timestamp in milliseconds
triggeredBy?stringID of the event that triggered this action (for causal tracking)
typeActionTypeAction type classification

On this page