---
title: addedTasks
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inaddtasksintentresponse/addedtasks
---

# addedTasks

The tasks that you added to the task list.

## Declaration

```swift
var addedTasks: [INTask]? { get set }
```

## Discussion

Discussion Set this property to an array of INTask objects, each of which represents a single task that you added.

## See Also

### Providing the Task Information

- [modifiedTaskList](intents/inaddtasksintentresponse/modifiedtasklist.md)
