SiriKit 可以用来点咖啡吗?

Can SiriKit be used to order coffee?

我有一个用户可以点咖啡的应用程序。 我阅读了以下有关 SiriKit 支持的基本域的文章 - https://developer.apple.com/documentation/sirikit

能否自定义 SiriKit,以便我可以允许用户使用 Siri 从我的应用程序订购咖啡?

可以用iOS12;如果你使用 "Siri Shortcuts"

https://developer.apple.com/documentation/sirikit/donating_shortcuts

您需要:

  • 创建自定义意图(这里,订单类型要和你想做的相对应)

  • 当用户在您的应用程序中执行操作时(当他点咖啡时。

  • 提供意图
  • 打开应用程序时处理意图,and/or 使用处理请求的扩展。

有关更多信息,请查看有关 Siri 快捷方式的 wwdc 视频:

https://developer.apple.com/videos/play/wwdc2018/211/

https://developer.apple.com/videos/play/wwdc2018/214/