---
title: recordTypeForRedialing
framework: intents
role: symbol
role_heading: Instance Property
path: intents/instartcallintent/recordtypeforredialing
---

# recordTypeForRedialing

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

## Declaration

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

## Discussion

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 is INCallRecordType.missed.

## See Also

### Getting the Call Details

- [callCapability](intents/instartcallintent/callcapability.md)
- [contacts](intents/instartcallintent/contacts.md)
- [destinationType](intents/instartcallintent/destinationtype.md)
- [audioRoute](intents/instartcallintent/audioroute.md)
- [callRecordFilter](intents/instartcallintent/callrecordfilter.md)
- [callRecordToCallBack](intents/instartcallintent/callrecordtocallback.md)
- [INCallAudioRoute](intents/incallaudioroute.md)
