Siri shortcuts no response after intent is handled

I built a notes app testing Siri shortcut. Every time I speak the key phrase, the note is generated successfully, however, Siri doesn't give any response. If I just use Siri normally like "Create a note using app saying there is a meeting at 5 pm", Siri will give back a success response saying the note is created and it will also present the content of the note. But when I use the shortcut, no response is returned by Siri. I checked the code many times and couldn't figure out why, the normal way and the shortcut way use the same IntentHandler and they both call the handle() method, the response is also set to success after the note is created. Can anyone help me?


Thank you so much!

Replies

have you tried beta 2?

Yes, I'm using beta 2