---
title: nameComponents
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inperson/namecomponents
---

# nameComponents

The individual components of the person’s full name.

## Declaration

```swift
var nameComponents: PersonNameComponents? { get }
```

## Discussion

Discussion This property contains the name components specified at initialization time. Use the information in this property or the displayName property to identify the name of the user.

## See Also

### Accessing the name

- [displayName](intents/inperson/displayname.md)
