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

# INStartCallCallRecordToCallBackResolutionResult

A resolution result for the redial capabilities of a missed call.

```
class INStartCallCallRecordToCallBackResolutionResult
```

## Overview

You return an `INStartCallCallRecordToCallBackResolutionResult` object when resolving parameters containing an [`INCallRecord`](/documentation/Intents/INCallRecord) value. Use the creation method that best reflects your ability to resolve the parameter successfully. The resolved value can be different from the original [`INCallRecord`](/documentation/Intents/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

### Initializers

[`init(callRecordResolutionResult: INCallRecordResolutionResult)`](/documentation/Intents/INStartCallCallRecordToCallBackResolutionResult/init(callRecordResolutionResult:))

Creates an object whose resolution involves successfully redialing a call.

### Type Methods

[`class func unsupported(forReason: INStartCallCallRecordToCallBackUnsupportedReason) -> Self`](/documentation/Intents/INStartCallCallRecordToCallBackResolutionResult/unsupported(forReason:))

Creates a result that requires the user to confirm the request, because your app is unable to support the current request.

## Relationships

### Conforms To

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

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

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

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

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

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

### Inherits From

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

---

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)