Stone.js API
    Preparing search index...

    Represents an IncomingEvent source.

    interface IncomingEventSource {
        platform: string | symbol;
        rawContext: unknown;
        rawEvent: unknown;
        rawResponse?: unknown;
    }
    Index
    platform: string | symbol

    The platform from which the event originated.

    rawContext: unknown

    The raw context object from the originating platform.

    rawEvent: unknown

    The raw event object from the originating platform.

    rawResponse?: unknown

    The raw response object from the originating platform.