I'm integrating sirikit to my application.ie, searching flights which might come under ride booking category I guess.
My requirement is simple. If the user asks the Siri, "Hey Siri, search flights for delhi using my app". it will open my app's particular screen where I have the search screen(view controller).
For achieving that, I went through the sirikit implementation apple document.
What I have tried:
I configured my project with siri capability. Added an intent extension(obj c language). Requested siri authorization in appdelegate. Added String to IntentsSupported in intent info plist.
From here, I need some clarifications and help. I was asked to Set the value of each item to the class name of the intent in the document. While adding intent extension, an intenthandler class file was added. what value should I add to items in info plist there?