look Of the previous question
https://developer.apple.com/forums/thread/691953
// recipients count > 1
let incomingMessagingIntent = INSendMessageIntent(recipients: [mePerson,senderPerson], outgoingMessageType: .unknown, content: "Test", speakableGroupName: INSpeakableString(spokenPhrase: "Test Group"), conversationIdentifier: "Test Group", serviceName: "Test", sender: senderPerson, attachments: nil)
// ParameterNamed is speakableGroupName
incomingMessagingIntent.setImage(avatar, forParameterNamed: \.speakableGroupName)
code-block