<!--
{
  "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/init(callRecordResolutionResult:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INStartCallCallRecordToCallBackResolutionResult(im)initWithCallRecordResolutionResult:"
  },
  "title" : "init(callRecordResolutionResult:)"
}
-->

# init(callRecordResolutionResult:)

Creates an object whose resolution involves successfully redialing a call.

```
init(callRecordResolutionResult: INCallRecordResolutionResult)
```

## Parameters

`callRecordResolutionResult`

The value that resolves the requested parameter of the intent. This value may be different from the one specified in the intent object.

## Return Value

A new [`INStartCallCallRecordToCallBackResolutionResult`](/documentation/Intents/INStartCallCallRecordToCallBackResolutionResult) object.

## Discussion

Use this method to create a result object when you’re able to redial a call.

---

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)