Integration Sirikit with my App using Intents

Hello, I am new to Sirikit and I am struggling to accomplish something which seems simple. I need to capture in my app a note from the user using Siri without Siri asking any questions and the application in the background, and after the note is saved in the application Siri needs to say Recorded. I used the system intent INCreateNoteIntent and it works fine as expected but the the initiation phrase that the user needs to say "Create a note on " isn't friendly enough to the user. I would like the user just say "Record" and the after that. Is it possible? I tried also custom intents without any success. Any help will be greatly appreciated.

Answered by AlbaX in 694195022

I figured it out. I need to use custom intents with the Shortcuts App. A new InternsUI framework allows to manage those shortcuts right in your app.

Accepted Answer

I figured it out. I need to use custom intents with the Shortcuts App. A new InternsUI framework allows to manage those shortcuts right in your app.

Integration Sirikit with my App using Intents
 
 
Q