我可以在 Siri 快捷方式中为 suggestedInvocationPhrase 设置动态字符串吗?

can I have dynamic string for suggestedInvocationPhrase in Siri shortcuts?

我想知道 Siri 的建议可以有动态的 suggestedInvocationPhrase 吗?

As I say "order soup" I can show custom UI for that because I have already defined it in suggestedInvocationPhrase - DONE

But when I say "Order soup with pizza" OR "Order soup with p asta".

Here pasta and pizza can be dynamic. - Want to achieve

用 siri kit 可以吗?我使用了自定义意图 ?

我参考了

https://medium.com/swift2go/creating-custom-siri-shortcuts-25d1284e0720

https://github.com/artrmz/siri-shortcuts-demo

如果你知道解决方法,请帮助我。提前致谢。

我正在回答我的问题,因为我已经完成了这个任务,结论是

"You can not have suggestedInvocationPhrase dynamically" for SiriKit