---
title: INCallRecordTypeOptions
framework: intents
role: symbol
role_heading: Structure
path: intents/incallrecordtypeoptions
---

# INCallRecordTypeOptions

Constants describing the types of calls to include during a search.

## Declaration

```swift
struct INCallRecordTypeOptions
```

## Topics

### Type Properties

- [outgoing](intents/incallrecordtypeoptions/outgoing.md)
- [missed](intents/incallrecordtypeoptions/missed.md)
- [received](intents/incallrecordtypeoptions/received.md)
- [latest](intents/incallrecordtypeoptions/latest.md)
- [voicemail](intents/incallrecordtypeoptions/voicemail.md)
- [ringing](intents/incallrecordtypeoptions/ringing.md)
- [inProgress](intents/incallrecordtypeoptions/inprogress.md)
- [onHold](intents/incallrecordtypeoptions/onhold.md)

### Initializers

- [init(rawValue:)](intents/incallrecordtypeoptions/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Describing a Call

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