---
title: groupName
framework: intents
role: symbol
role_heading: Instance Property
path: intents/intasklist/groupname
---

# groupName

The user-visible name of the group that contains the task list.

## Declaration

```swift
@NSCopying var groupName: INSpeakableString? { get }
```

## Discussion

Discussion Use groups to organize tasks within your app. For example, you might use this property so specify the name of the folder containing the task. Group names should always correspond to the user-visible name of the container, and not to any internal designation.
