Documentation - v1.2.0-alpha.3
Preparing search index...
@microsoft/agents-hosting
MiddlewareHandler
Type Alias MiddlewareHandler
MiddlewareHandler
:
(
context
:
TurnContext
,
next
:
()
=>
Promise
<
void
>
,
)
=>
Promise
<
void
>
Type for middleware handler.
Type Declaration
(
context
:
TurnContext
,
next
:
()
=>
Promise
<
void
>
)
:
Promise
<
void
>
Parameters
context
:
TurnContext
next
:
()
=>
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v1.2.0-alpha.3
Loading...
Type for middleware handler.