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

# handle(intent:completion:)

## Declaration

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

```swift
func handle(intent: INAnswerCallIntent) async -> INAnswerCallIntentResponse
```
