Documentation - v1.2.0-alpha.3
Preparing search index...
@microsoft/agents-hosting
Middleware
Interface Middleware
Interface for middleware.
interface
Middleware
{
onTurn
:
(
context
:
TurnContext
,
next
:
()
=>
Promise
<
void
>
,
)
=>
Promise
<
void
>
;
}
Implemented by
MiddlewareSet
TranscriptLoggerMiddleware
Index
Properties
on
Turn
Properties
on
Turn
onTurn
:
(
context
:
TurnContext
,
next
:
()
=>
Promise
<
void
>
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
Turn
Documentation - v1.2.0-alpha.3
Loading...
Interface for middleware.