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

# init(title:)

Creates an app intent entity property.

## Declaration

```swift
convenience init<Entity>(title: LocalizedStringResource) where Entity : AppEntity, Value.ValueType == EntityCollection<Entity>
```

## Parameters

- `title`: A word or short phrase summarizing this property.
