Search
Preparing search index...
The search index is not available
ASK SDK for Node.js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
RequestDispatcher
Interface RequestDispatcher<Input, Output>
An interface providing the logic for dispatching handler input to handler.
Type parameters
Input
Output
Hierarchy
RequestDispatcher
Implemented by
GenericRequestDispatcher
Index
Methods
dispatch
Methods
dispatch
dispatch
(
input
:
Input
)
:
Promise
<
Output
>
|
Output
Parameters
input:
Input
Returns
Promise
<
Output
>
|
Output
Globals
Request
Dispatcher
dispatch
An interface providing the logic for dispatching handler input to handler.