---
title: INHangUpCallIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/inhangupcallintenthandling
---

# INHangUpCallIntentHandling

## Declaration

```swift
protocol INHangUpCallIntentHandling : NSObjectProtocol
```

## Topics

### Instance Methods

- [confirm(intent:completion:)](intents/inhangupcallintenthandling/confirm(intent:completion:).md)
- [handle(intent:completion:)](intents/inhangupcallintenthandling/handle(intent:completion:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Ending a Call

- [INHangUpCallIntent](intents/inhangupcallintent.md)
- [INHangUpCallIntentResponse](intents/inhangupcallintentresponse.md)
- [INHangUpCallIntentResponseCode](intents/inhangupcallintentresponsecode.md)
