Posts

Post marked as solved
3 Replies
Thanks for your response. I think you're suggesting that instead of using a custom intent, I could write an iOS app that interfaces with Siri in order to manage the calls to my custom end point. As part of the process of installing the app, or running it for the first time, the app would create a custom intent on the user's device. Siri would accept the user's request, the app would parse the request and extract the intent extensions (i.e. the equivalent of an Alexa skill's slot values), pass the intent extensions' values to the end point, get the textual response, and pass that response back to Siri, which would speak the reponse to the user.Have I understood this correctly?