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

# groupName

The name of the group to receive the message.

## Declaration

```swift
var groupName: String? { 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

### Deprecated Symbols

- [init(recipients:content:speakableGroupName:conversationIdentifier:serviceName:sender:)](intents/insendmessageintent/init(recipients:content:speakablegroupname:conversationidentifier:servicename:sender:).md)
- [init(recipients:content:groupName:serviceName:sender:)](intents/insendmessageintent/init(recipients:content:groupname:servicename:sender:).md)
- [init(recipients:outgoingMessageType:content:speakableGroupName:conversationIdentifier:serviceName:sender:)](intents/insendmessageintent/init(recipients:outgoingmessagetype:content:speakablegroupname:conversationidentifier:servicename:sender:).md)
