<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCallRecordTypeOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INCallRecordTypeOptions"
  },
  "title" : "INCallRecordTypeOptions"
}
-->

# INCallRecordTypeOptions

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

```
struct INCallRecordTypeOptions
```

## Topics

### Type Properties

[`static var outgoing: INCallRecordTypeOptions`](/documentation/Intents/INCallRecordTypeOptions/outgoing)

A call initiated by the user.

[`static var missed: INCallRecordTypeOptions`](/documentation/Intents/INCallRecordTypeOptions/missed)

A call received by the user that went unanswered.

[`static var received: INCallRecordTypeOptions`](/documentation/Intents/INCallRecordTypeOptions/received)

A received call that the user answered.

[`static var latest: INCallRecordTypeOptions`](/documentation/Intents/INCallRecordTypeOptions/latest)

The most recent call involving the user.

[`static var voicemail: INCallRecordTypeOptions`](/documentation/Intents/INCallRecordTypeOptions/voicemail)

A voicemail left from a missed call.

[`static var ringing: INCallRecordTypeOptions`](/documentation/Intents/INCallRecordTypeOptions/ringing)

An incoming call that is currently causing the user’s phone to ring.

[`static var inProgress: INCallRecordTypeOptions`](/documentation/Intents/INCallRecordTypeOptions/inProgress)

A received call that is currently in progress.

[`static var onHold: INCallRecordTypeOptions`](/documentation/Intents/INCallRecordTypeOptions/onHold)

A received call that the user has put on hold.

### Initializers

[`init(rawValue: UInt)`](/documentation/Intents/INCallRecordTypeOptions/init(rawValue:))

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`OptionSet`](/documentation/Swift/OptionSet)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)