---
title: INCallRecordResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/incallrecordresolutionresult
---

# INCallRecordResolutionResult

A resolution result for the details of a call.

## Declaration

```swift
class INCallRecordResolutionResult
```

## Overview

Overview You return an INCallRecordResolutionResult object when resolving parameters containing an INCallRecord value. The resolvedCallRecord can be different than the original INCallRecord. This flexibility allows app extensions to apply business logic constraints. Use notRequired() to continue with a nil value. For additional resolution operators, see INIntentResolutionResult.

## Topics

### Type Methods

- [confirmationRequired(with:)](intents/incallrecordresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/incallrecordresolutionresult/disambiguation(with:).md)
- [success(with:)](intents/incallrecordresolutionresult/success(with:).md)

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.md)

### Inherited By

- [INStartCallCallRecordToCallBackResolutionResult](intents/instartcallcallrecordtocallbackresolutionresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Resolution Results

- [INCallRecordTypeResolutionResult](intents/incallrecordtyperesolutionresult.md)
- [INCallDestinationTypeResolutionResult](intents/incalldestinationtyperesolutionresult.md)
- [INCallCapabilityResolutionResult](intents/incallcapabilityresolutionresult.md)
- [INCallRecordTypeOptionsResolutionResult](intents/incallrecordtypeoptionsresolutionresult.md)
- [INStartCallContactResolutionResult](intents/instartcallcontactresolutionresult.md)
- [INStartCallCallCapabilityResolutionResult](intents/instartcallcallcapabilityresolutionresult.md)
- [INStartCallCallRecordToCallBackResolutionResult](intents/instartcallcallrecordtocallbackresolutionresult.md)
