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

# handle(intent:completion:)

## Declaration

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

```swift
func handle(intent: INEditMessageIntent) async -> INEditMessageIntentResponse
```

## Mentioned in

Improving interactions between Siri and your messaging app
