---
title: "handle(intent:completion:)"
framework: intents
role: symbol
role_heading: Instance Method
path: "intents/inunsendmessagesintenthandling/handle(intent:completion:)"
---

# handle(intent:completion:)

## Declaration

```swift
func handle(intent: INUnsendMessagesIntent, completion: @escaping @Sendable (INUnsendMessagesIntentResponse) -> Void)
```

```swift
func handle(intent: INUnsendMessagesIntent) async -> INUnsendMessagesIntentResponse
```

## Mentioned in

Improving interactions between Siri and your messaging app
