---
title: speakableGroupName
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insendmessageintent/speakablegroupname
---

# speakableGroupName

The name of the group to receive the message.

## Declaration

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

## Discussion

Discussion Use this property to identify the group that is the intended recipient of the message. Your app is responsible for managing groups and for using this parameter to identify the appropriate group.

## See Also

### Specifying Details About a Message

- [recipients](intents/insendmessageintent/recipients.md)
- [outgoingMessageType](intents/insendmessageintent/outgoingmessagetype.md)
- [conversationIdentifier](intents/insendmessageintent/conversationidentifier.md)
- [content](intents/insendmessageintent/content.md)
- [serviceName](intents/insendmessageintent/servicename.md)
- [sender](intents/insendmessageintent/sender.md)
- [attachments](intents/insendmessageintent/attachments.md)
