---
title: identifiers
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insetmessageattributeintent/identifiers
---

# identifiers

The array of message identifiers.

## Declaration

```swift
var identifiers: [String]? { get }
```

## Discussion

Discussion Each string in this property corresponds to a message identifier that you use to locate the corresponding message in your app. The identifiers themselves are in the identifier property of an INMessage object returned during a search.

## See Also

### Getting the Attribute Details

- [attribute](intents/insetmessageattributeintent/attribute.md)
