Documentation - v1.2.0-alpha.3
    Preparing search index...
    Selector: (context: TurnContext) => Promise<boolean>

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

    Type Declaration

      • (context: TurnContext): Promise<boolean>
      • Parameters

        • context: TurnContext

          The turn context for the current operation.

        Returns Promise<boolean>

        A promise that resolves to a boolean indicating whether the condition is met.