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

Subscription returned when calling TeamsConnection.registerIntentHandlers.

Type declaration

  • unsubscribe: (() => Promise<void>)

    Unsubscribes all intent handlers.

      • (): Promise<void>
      • Returns Promise<void>