---
title: "init(identifier:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/entityproperty/init(identifier:)-yejc"
---

# init(identifier:)

Creates an app intent entity property.  Do not call this directly, use @ComputedProperty or @DeferredProperty

## Declaration

```swift
convenience init(identifier: String)
```

## Parameters

- `identifier`: The identifier of the property
