TeamsIntentHandlersSubscription: {
    unsubscribe: (() => Promise<void>);
}

Subscription returned when calling registerIntentHandlers.

Type declaration

  • unsubscribe: (() => Promise<void>)
      • (): Promise<void>
      • Unsubscribes all intent handlers.

        Returns Promise<void>

Generated using TypeDoc