Event Properties

Whenever an event occurs during your bot’s execution—like a message being sent—you can access details about that event using the event object’s properties.

The event object is available wherever you can use code in Botpress Studio. This includes:

You can also access the event object within certain Cards’ configuration fields.

eventIncomingEvent
Information about the last incoming event in your bot's execution.