---
title: INStartCallContactResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/instartcallcontactresolutionresult
---

# INStartCallContactResolutionResult

A resolution result for the contact for the call.

## Declaration

```swift
class INStartCallContactResolutionResult
```

## Overview

Overview You return an INStartCallContactResolutionResult object when resolving parameters containing an INPerson value. Use the creation method that best reflects your ability to resolve the parameter successfully. The resolved value can be different than the original INPerson. This flexibility allows app extensions to apply business logic constraints. For additional resolution operators, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [init(personResolutionResult:)](intents/instartcallcontactresolutionresult/init(personresolutionresult:).md)
- [unsupported(forReason:)](intents/instartcallcontactresolutionresult/unsupported(forreason:).md)
- [INStartCallContactUnsupportedReason](intents/instartcallcontactunsupportedreason.md)

## Relationships

### Inherits From

- [INPersonResolutionResult](intents/inpersonresolutionresult.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)
- [INCallRecordTypeOptionsResolutionResult](intents/incallrecordtypeoptionsresolutionresult.md)
- [INStartCallCallCapabilityResolutionResult](intents/instartcallcallcapabilityresolutionresult.md)
- [INStartCallCallRecordToCallBackResolutionResult](intents/instartcallcallrecordtocallbackresolutionresult.md)
