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

# INPersonHandleType

Constants indicating the types of data that can be associated with a person handle.

```
enum INPersonHandleType
```

## Topics

### Constants

[`INPersonHandleTypeUnknown`](/documentation/Intents/INPersonHandleType/unknown)

An unknown type of data. Use this type if the identifier data is unique to your app.

[`INPersonHandleTypeEmailAddress`](/documentation/Intents/INPersonHandleType/emailAddress)

An email address.

[`INPersonHandleTypePhoneNumber`](/documentation/Intents/INPersonHandleType/phoneNumber)

A phone number.

## Relationships

### Conforms To

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

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

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

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

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

[`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)