---
title: taskTitles
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inaddtasksintent/tasktitles
---

# taskTitles

An array of strings containing the titles of the new tasks.

## Declaration

```swift
var taskTitles: [INSpeakableString]? { get }
```

## Discussion

Discussion Create a new task for each string in the array. Use the string contents as the title of the task.

## See Also

### Getting the Task Details

- [targetTaskList](intents/inaddtasksintent/targettasklist.md)
- [priority](intents/inaddtasksintent/priority.md)
