---
title: displayName
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inperson/displayname
---

# displayName

The person’s formatted name.

## Declaration

```swift
var displayName: String { get }
```

## Discussion

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

## See Also

### Accessing the name

- [nameComponents](intents/inperson/namecomponents.md)
