Format
Events share common information, data
is the only property that changes among the different event types
Attribute | Type | Description |
---|---|---|
topic | string | topic name where the event came from |
botID | string | ID of the bot that generated the event |
type | string | always event |
timestamp | number | timestamp of the event |
data | object | the event custom data |
{
"topic": "conversation.step_reached",
"botID": "507f1f77bcf86cd799439011",
"timestamp": 1514998709,
"type": "event",
"data": {
}
}