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

# handle(intent:completion:)

## Declaration

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

```swift
func handle(intent: INHangUpCallIntent) async -> INHangUpCallIntentResponse
```
