RouteHandler type
A handler function for routing operations in a specific turn context and state.
type RouteHandler<TState> = (
context: TurnContext,
state: TState
) => Promise<void>
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
A handler function for routing operations in a specific turn context and state.
type RouteHandler<TState> = (
context: TurnContext,
state: TState
) => Promise<void>