---
title: INPersonSuggestionType
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inpersonsuggestiontype
---

# INPersonSuggestionType

Constants indicating how to display the person’s identity.

## Declaration

```swift
enum INPersonSuggestionType
```

## Topics

### Constants

- [INPersonSuggestionType.none](intents/inpersonsuggestiontype/none.md)
- [INPersonSuggestionType.socialProfile](intents/inpersonsuggestiontype/socialprofile.md)
- [INPersonSuggestionType.instantMessageAddress](intents/inpersonsuggestiontype/instantmessageaddress.md)

### Initializers

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

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing suggestion details

- [isContactSuggestion](intents/inperson/iscontactsuggestion.md)
- [suggestionType](intents/inperson/suggestiontype.md)
