---
title: INCallRecordTypeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/incallrecordtyperesolutionresult
---

# INCallRecordTypeResolutionResult

A resolution result for the types of calls that your app handled.

## Declaration

```swift
class INCallRecordTypeResolutionResult
```

## Overview

Overview An INCallRecordTypeResolutionResult object is what you return when resolving parameters containing a value of type INCallRecordType. Use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

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

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.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

- [INCallRecordResolutionResult](intents/incallrecordresolutionresult.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)
