---
title: "resolveCallRecordToCallBack(for:with:)"
framework: intents
role: symbol
role_heading: Instance Method
path: "intents/instartcallintenthandling/resolvecallrecordtocallback(for:with:)"
---

# resolveCallRecordToCallBack(for:with:)

Resolves the redial of a missed call.

## Declaration

```swift
optional func resolveCallRecordToCallBack(for intent: INStartCallIntent, with completion: @escaping @Sendable (INCallRecordResolutionResult) -> Void)
```

```swift
optional func resolveCallRecordToCallBack(for intent: INStartCallIntent) async -> INCallRecordResolutionResult
```

## Parameters

- `intent`: The intent object that contains details about the user’s request. Use this object to get the initial information, if any, provided by the user.
- `completion`: The handler block to execute with the resolution. You must execute this handler while implementing this method. This handler has no return value and takes the following parameter:

## See Also

### Resolving the Intent Parameters

- [resolveCallCapability(for:with:)](intents/instartcallintenthandling/resolvecallcapability(for:with:).md)
- [resolveContacts(for:with:)](intents/instartcallintenthandling/resolvecontacts(for:with:).md)
- [resolveDestinationType(for:with:)](intents/instartcallintenthandling/resolvedestinationtype(for:with:).md)
