我正在开发一个使用SiriKit
API在数据库中搜索照片的应用程序。
到目前为止,Siri可以识别我的应用程序和搜索照片的命令,但是,当调用Confirm和handle(INSearchForPhotosIntentHandling
委托)方法时,intent属性中的searchTerms为空。
因此,当我说“在PetFinder中搜索狗”时,searchTerms应该包含单词“ dogs”吧?
有人知道为什么searchTerms为空吗?我想念什么吗?
最佳答案
尝试说“在PetFinder中用狗搜索照片”
关于ios - INSearchForPhotosIntentHandling中的searchTerms为空,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/44479919/