Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Selector type

A function that determines whether a specific condition is met in the given turn context.

type Selector = (context: TurnContext) => Promise<boolean>