---
title: intentIdentifiers
framework: usernotifications
role: symbol
role_heading: Instance Property
path: usernotifications/unnotificationcategory/intentidentifiers
---

# intentIdentifiers

The intents related to notifications of this category.

## Declaration

```swift
var intentIdentifiers: [String] { get }
```

## Discussion

Discussion When the system delivers a notification, the presence of an intent identifier lets the system know that the notification is potentially related to the handling of a request made through Siri.

## See Also

### Getting the Information

- [identifier](usernotifications/unnotificationcategory/identifier.md)
- [actions](usernotifications/unnotificationcategory/actions.md)
- [hiddenPreviewsBodyPlaceholder](usernotifications/unnotificationcategory/hiddenpreviewsbodyplaceholder.md)
- [categorySummaryFormat](usernotifications/unnotificationcategory/categorysummaryformat.md)
