I have shortcuts up and running and I have my custom response added to my completion handler. In this case...
completion ([TriggerSceneIntentResponse successIntentResponseWithSceneName:intent.sceneName]);When I ask Siri to run my shortcut I get success but all she says is "Done", or "OK". My template for success is "Your sceneName has been activated." However again, Siri never uses this template for some reason.
I'm not sure if image posts are working in the forums but I'll give it a try here. Here's what my custom intent looks like in the intent editor.
[Apparently this does not work. Apologies for no image.]
I've confirmed that my completion line above is called by debugging my intent target. I'm unsure what I'm missing?