---
title: INCallDestinationTypeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/incalldestinationtyperesolutionresult
---

# INCallDestinationTypeResolutionResult

A resolution result for the destination type of a call.

## Declaration

```swift
class INCallDestinationTypeResolutionResult
```

## Overview

Overview You return an INCallDestinationTypeResolutionResult object when resolving parameters containing an INCallDestinationType value. Use the creation method that best reflects your ability to resolve the parameter successfully. For additional resolution operators, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/incalldestinationtyperesolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/incalldestinationtyperesolutionresult/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)
- [INCallCapabilityResolutionResult](intents/incallcapabilityresolutionresult.md)
- [INCallRecordTypeOptionsResolutionResult](intents/incallrecordtypeoptionsresolutionresult.md)
- [INStartCallContactResolutionResult](intents/instartcallcontactresolutionresult.md)
- [INStartCallCallCapabilityResolutionResult](intents/instartcallcallcapabilityresolutionresult.md)
- [INStartCallCallRecordToCallBackResolutionResult](intents/instartcallcallrecordtocallbackresolutionresult.md)
