---
title: synonyms
framework: appintents
role: symbol
role_heading: Instance Property
path: appintents/displayrepresentation/synonyms
---

# synonyms

A list of localized phrases that are synonyms of this particular display representation

## Declaration

```swift
var synonyms: [LocalizedStringResource]
```

## Discussion

Discussion Example: DisplayRepresentation(     name: "Pizza",     synonyms: ["Pie", "Za"] ) In this case, “Pie”, “Za” and “Pizza” are all ways to display this
