---
title: speakableGroupNames
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchformessagesintent/speakablegroupnames
---

# speakableGroupNames

The names of any groups associated with the message.

## Declaration

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

## Discussion

Discussion When this property contains one or more strings, your search should return only messages that sent to the specified groups. Use the operator in the speakableGroupNamesOperator property to determine whether to search for messages containing all, some, or none of the specified groups.

## See Also

### Getting the Senders and Recipients

- [recipients](intents/insearchformessagesintent/recipients.md)
- [recipientsOperator](intents/insearchformessagesintent/recipientsoperator.md)
- [senders](intents/insearchformessagesintent/senders.md)
- [sendersOperator](intents/insearchformessagesintent/sendersoperator.md)
- [speakableGroupNamesOperator](intents/insearchformessagesintent/speakablegroupnamesoperator.md)
