Selector type
A function that determines whether a specific condition is met in the given turn context.
type Selector = (context: TurnContext) => Promise<boolean>
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
A function that determines whether a specific condition is met in the given turn context.
type Selector = (context: TurnContext) => Promise<boolean>