<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INStartCallContactResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INStartCallContactResolutionResult"
  },
  "title" : "INStartCallContactResolutionResult"
}
-->

# INStartCallContactResolutionResult

A resolution result for the contact for the call.

```
class INStartCallContactResolutionResult
```

## Overview

You return an `INStartCallContactResolutionResult` object when resolving parameters containing an [`INPerson`](/documentation/Intents/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`](/documentation/Intents/INPerson). This flexibility allows app extensions to apply business logic constraints.

For additional resolution operators, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`-  initWithPersonResolutionResult:`](/documentation/Intents/INStartCallContactResolutionResult/init(personResolutionResult:))

Creates an object whose resolution involves the succesful start of a call with the specified contact.

[`+  unsupportedForReason:`](/documentation/Intents/INStartCallContactResolutionResult/unsupported(forReason:))

Creates an object specifying that resolution of the parameter wasn’t supported, for the specified reason.

[`INStartCallContactUnsupportedReason`](/documentation/Intents/INStartCallContactUnsupportedReason)

Constants indicating the reason the app can’t support starting a call with the contact.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`INPersonResolutionResult`](/documentation/Intents/INPersonResolutionResult)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)