<!--
{
  "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/INCallRecordResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCallRecordResolutionResult"
  },
  "title" : "INCallRecordResolutionResult"
}
-->

# INCallRecordResolutionResult

A resolution result for the details of a call.

```
class INCallRecordResolutionResult
```

## Overview

You return an `INCallRecordResolutionResult` object when resolving parameters containing an [`INCallRecord`](/documentation/Intents/INCallRecord) value. The `resolvedCallRecord` can be different than the original `INCallRecord`. This flexibility allows app extensions to apply business logic constraints.

Use [`notRequired()`](/documentation/Intents/INIntentResolutionResult/notRequired()) to continue with a `nil` value. For additional resolution operators, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Type Methods

[`class func confirmationRequired(with: INCallRecord?) -> Self`](/documentation/Intents/INCallRecordResolutionResult/confirmationRequired(with:))

Creates a result that requires the user to confirm the value before proceeding.

[`class func disambiguation(with: [INCallRecord]) -> Self`](/documentation/Intents/INCallRecordResolutionResult/disambiguation(with:))

Creates a result that requires the user to select from an array of choices.

[`class func success(with: INCallRecord) -> Self`](/documentation/Intents/INCallRecordResolutionResult/success(with:))

Creates a result that contains the call record that matches the users request.

## Relationships

### Conforms To

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

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

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

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

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

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

### Inherits From

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

### Inherited By

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

---

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)