---
title: INCallCapabilityResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/incallcapabilityresolutionresult
---

# INCallCapabilityResolutionResult

A resolution result for the call capability for the call.

## Declaration

```swift
class INCallCapabilityResolutionResult
```

## Overview

Overview You return an INCallCapabilityResolutionResult 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. Use notRequired() to continue with a nil value. For additional resolution operators, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

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

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.md)

### Inherited By

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