Event
Extends
Event
Properties
payload
payload: Event;The underlying payload data for this resource
Inherited from
Bkper.Event.payloadMethods
getBotResponses()
getBotResponses(): BotResponse[];Returns
BotResponse[]
The bot responses associated to this Event.
Inherited from
Bkper.Event.getBotResponsesgetId()
getId(): string;Returns
string
The id of the Event.
Inherited from
Bkper.Event.getIdjson()
json(): Event;Gets an immutable copy of the JSON payload for this resource.
Returns
Event
An immutable copy of the json payload
Inherited from
Bkper.Event.json