---
title: INCallRecordTypeOptionsResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/incallrecordtypeoptionsresolutionresult
---

# INCallRecordTypeOptionsResolutionResult

A resolution result for the call types to include in a search.

## Declaration

```swift
class INCallRecordTypeOptionsResolutionResult
```

## Overview

Overview An INCallRecordTypeOptionsResolutionResult object is what you return when resolving parameters containing a value of type INCallRecordTypeOptions. 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/incallrecordtypeoptionsresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/incallrecordtypeoptionsresolutionresult/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)
- [INCallRecordTypeResolutionResult](intents/incallrecordtyperesolutionresult.md)
- [INCallDestinationTypeResolutionResult](intents/incalldestinationtyperesolutionresult.md)
- [INCallCapabilityResolutionResult](intents/incallcapabilityresolutionresult.md)
- [INStartCallContactResolutionResult](intents/instartcallcontactresolutionresult.md)
- [INStartCallCallCapabilityResolutionResult](intents/instartcallcallcapabilityresolutionresult.md)
- [INStartCallCallRecordToCallBackResolutionResult](intents/instartcallcallrecordtocallbackresolutionresult.md)
