<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 4.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSearchForMessagesIntent/speakableGroupNames",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSearchForMessagesIntent(py)speakableGroupNames"
  },
  "title" : "speakableGroupNames"
}
-->

# speakableGroupNames

The names of any groups associated with the message.

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

## 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`](/documentation/Intents/INSearchForMessagesIntent/speakableGroupNamesOperator) property to determine whether to search for messages containing all, some, or none of the specified groups.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)