---
title: INAnswerCallIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/inanswercallintenthandling
---

# INAnswerCallIntentHandling

## Declaration

```swift
protocol INAnswerCallIntentHandling : NSObjectProtocol
```

## Topics

### Instance Methods

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

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Answering a Call

- [INAnswerCallIntent](intents/inanswercallintent.md)
- [INAnswerCallIntentResponse](intents/inanswercallintentresponse.md)
- [INAnswerCallIntentResponseCode](intents/inanswercallintentresponsecode.md)
