Stone.js API
    Preparing search index...

    Interface AdapterContext<RawEventType, RawResponseType, ExecutionContextType, IncomingEventType, IncomingEventOptionsType, OutgoingResponseType>

    Class representing an AdapterContext.

    Type Parameters

    Index
    executionContext: ExecutionContextType

    The executionContext of type ExecutionContextType.

    incomingEvent?: IncomingEventType

    The incomingEvent associated with the executionContext.

    incomingEventBuilder: IAdapterEventBuilder<
        IncomingEventOptionsType,
        IncomingEventType,
    >

    The incomingEventBuilder.

    outgoingResponse?: OutgoingResponseType

    The outgoingResponse associated with the executionContext.

    rawEvent: RawEventType

    The rawEvent of type RawEventType.

    rawResponse?: RawResponseType

    The rawResponse of type RawResponseType.

    The rawResponseBuilder.