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

# INCallRecordTypeResolutionResult

A resolution result for the types of calls that your app handled.

```
class INCallRecordTypeResolutionResult
```

## Overview

An `INCallRecordTypeResolutionResult` object is what you return when resolving parameters containing a value of type [`INCallRecordType`](/documentation/Intents/INCallRecordType). Use the creation method that best reflects your ability to successfully resolve the parameter.

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

## Topics

### Creating a Resolution Result Object

[`+  successWithResolvedCallRecordType:`](/documentation/Intents/INCallRecordTypeResolutionResult/success(with:))

Creates an object whose resolution involves the successful matching of the specified parameter.

[`+  confirmationRequiredWithCallRecordTypeToConfirm:`](/documentation/Intents/INCallRecordTypeResolutionResult/confirmationRequired(with:))

Creates an object whose resolution requires that the user must confirm the value before proceeding.

## Relationships

### Conforms To

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

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

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

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

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

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

### Inherits From

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

---

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)