Skip to content

Event

Extends

  • Event

Properties

payload

payload: Event;

The underlying payload data for this resource

Inherited from

Bkper.Event.payload

Methods

getBotResponses()

getBotResponses(): BotResponse[];

Returns

BotResponse[]

The bot responses associated to this Event.

Inherited from

Bkper.Event.getBotResponses

getId()

getId(): string;

Returns

string

The id of the Event.

Inherited from

Bkper.Event.getId

json()

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