Posts

Post not yet marked as solved
0 Replies
169 Views
Hi everyone, I'm implementing a "Send message" feature with Siri using INSendMessageIntentHandling for a messaging application. And I'm using speakableGroupName to help me distinguish between different kinds of contacts. When SiriKit displays the message to send, it shows the following "preview": I would like to know if there is a way to customize what is displayed in the "To" field: ideally, I would like to display the list of recipients (as when speakableGroupName is nil), instead of the speakableGroupName itself. I considered using an Intent UI extension, but this does not seem relevant in this case (as far a I understand it, a Intent UI extension allows to customize the view presented after the execution of handle, not the one before). Thank you in advance for your help!
Posted Last updated
.