<!--
{
  "availability" : [
    "watchOS: 5.0.0 - 9.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKExtensionDelegate/handle(_:completionHandler:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(pl)WKExtensionDelegate(im)handleIntent:completionHandler:"
  },
  "title" : "handle(_:completionHandler:)"
}
-->

# handle(_:completionHandler:)

Responds to a Siri intent.

```
optional func handle(_ intent: INIntent, completionHandler: @escaping (INIntentResponse) -> Void)
```

```
optional func handle(_ intent: INIntent) async -> INIntentResponse
```

## See Also

[`class WKIntentDidRunRefreshBackgroundTask`](/documentation/WatchKit/WKIntentDidRunRefreshBackgroundTask)

A background task used to update your app after a SiriKit intent runs.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)