Interface: IncomingEventSource
Interface: IncomingEventSource
Represents an IncomingEvent source.
Properties
platform
platform: string | symbol;
The platform from which the event originated.
rawContext
rawContext: unknown;
The raw context object from the originating platform.
rawEvent
rawEvent: unknown;
The raw event object from the originating platform.
rawResponse?
optional rawResponse: unknown;
The raw response object from the originating platform.