I am writing an app that include a scenario where I want a search using Siri like "Hey Siri, APP_NAME PHRASE" give any phrase using Siri and I need that PHRASE as Text to my app. I tried with custom intent but no luck. Is it possible to achieve with custom intent??
Asked
Active
Viewed 725 times
14
-
What code have you used so far? Make the problem easily reproducible by providing all the necessary code – ielyamani Aug 21 '19 at 08:53
-
You could have a look at [Building a Speech-to-Text App Using Speech Framework](https://www.appcoda.com/siri-speech-framework/) – chirag90 Aug 21 '19 at 08:55
-
@chirag90 there is requirement of using siri only, so is it possible to achieve using siri? – jo solution Aug 21 '19 at 10:32
-
@chirag90 It's Siri system Intent as name INRequestRideIntent , and it's for Ride , In Custom Intent Siri not provide text or anything – jo solution Aug 21 '19 at 12:02
-
All he wants is how to get text spoken using siri in my custom intent, In handle method if i can get the text spoken at siri i can use it for further process. Can access any property that can give me resolved text by siri. – Paresh. P Aug 22 '19 at 04:44
-
finally after lot of r & d , i got the solution that Dynamic user input is supported in IOS 13 – jo solution Aug 23 '19 at 04:16
-
@josolution Hey could you please give some reference how did you able to do that? – Krunal Oct 15 '19 at 08:06
-
@josolution can please provide some reference or demo how did you solve this using siri? i'm looking for same implementation. – Ketan Odedra Aug 17 '20 at 04:50
-
@Krunal Here is the link from where you can get some help https://stackoverflow.com/questions/52548507/how-to-create-a-siri-intent-that-accepts-input-passed-from-user and Furthermore help you can download Apple Soup chef app project and it's linked here https://developer.apple.com/documentation/sirikit/soup_chef_accelerating_app_interactions_with_shortcuts – jo solution Aug 18 '20 at 05:16