---
title: INStartCallCallCapabilityResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/instartcallcallcapabilityresolutionresult
---

# INStartCallCallCapabilityResolutionResult

A resolution result for the call capability for the call.

## Declaration

```swift
class INStartCallCallCapabilityResolutionResult
```

## Overview

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

## Topics

### Creating a Resolution Result Object

- [init(callCapabilityResolutionResult:)](intents/instartcallcallcapabilityresolutionresult/init(callcapabilityresolutionresult:).md)
- [unsupported(forReason:)](intents/instartcallcallcapabilityresolutionresult/unsupported(forreason:).md)
- [INStartCallCallCapabilityUnsupportedReason](intents/instartcallcallcapabilityunsupportedreason.md)

## Relationships

### Inherits From

- [INCallCapabilityResolutionResult](intents/incallcapabilityresolutionresult.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)
- [INStartCallContactResolutionResult](intents/instartcallcontactresolutionresult.md)
- [INStartCallCallRecordToCallBackResolutionResult](intents/instartcallcallrecordtocallbackresolutionresult.md)
