---
title: INCallRecordFilter
framework: intents
role: symbol
role_heading: Class
path: intents/incallrecordfilter
---

# INCallRecordFilter

Filters a user specifies to redial a call.

## Declaration

```swift
class INCallRecordFilter
```

## Overview

Overview Use this method to create filters contributed by the user to redial a call. The INCallRecordFilter object identifies the person, type of call, and ability to make the call to initiate the user’s request.

## Topics

### Initializers

- [init(coder:)](intents/incallrecordfilter/init(coder:).md)
- [init(participants:callTypes:callCapability:)](intents/incallrecordfilter/init(participants:calltypes:callcapability:).md)

### Instance Properties

- [callCapability](intents/incallrecordfilter/callcapability.md)
- [callTypes](intents/incallrecordfilter/calltypes.md)
- [participants](intents/incallrecordfilter/participants.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Describing a Call

- [INCallRecord](intents/incallrecord.md)
- [INCallGroup](intents/incallgroup.md)
- [INCallRecordType](intents/incallrecordtype.md)
- [INCallRecordTypeOptions](intents/incallrecordtypeoptions.md)
- [INCallDestinationType](intents/incalldestinationtype.md)
