---
title: title
framework: appintents
role: symbol
role_heading: Type Property
path: appintents/appintent/title
---

# title

A short, localized, human-readable string that conveys the app intent’s action.

## Declaration

```swift
static var title: LocalizedStringResource { get }
```

## Mentioned in

Responding to the Action button on Apple Watch Ultra Creating your first app intent

## Discussion

Discussion Specify title strings using a verb followed by a noun in title case. For example, an action to open an album might have the title “Open Album”. If the app intent conforms to a schema, the schema provides this value.

## See Also

### Configuring the metadata

- [description](appintents/appintent/description.md)
- [isDiscoverable](appintents/appintent/isdiscoverable.md)
