<!--
{
  "availability" : [
    "iOS: 13.0.0 - 14.0.0",
    "iPadOS: 13.0.0 - 14.0.0",
    "macCatalyst: 13.1.0 - 14.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 6.0.0 - 7.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INStartCallIntent/recordTypeForRedialing",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INStartCallIntent(py)recordTypeForRedialing"
  },
  "title" : "recordTypeForRedialing"
}
-->

# recordTypeForRedialing

The category of past call record contact information used for redialing.

```
var recordTypeForRedialing: INCallRecordType { get }
```

## Discussion

This value indicates which past call record your app should use in determining which contact or contacts to call. For example, if the user asks Siri to redial their last missed call, the system provides your intent handler with a start call intent whose [`recordTypeForRedialing`](/documentation/Intents/INStartCallIntent/recordTypeForRedialing) is [`INCallRecordType.missed`](/documentation/Intents/INCallRecordType/missed).

---

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)