2016-11-01 108 views
0

是否可以自定義siriKit ?.我需要使用siri打開特定的視圖,就像我說「從客戶(應用程序名稱)打開customerDetailsView」一樣,siri需要打開特定的視圖。可以打開嗎?否則,如何定製siriKit的Intents UI,以及如何在Intents UI中呈現我的數據。如何自定義siriKit

在此先感謝。

+0

您可以按照我在此處列出的說明,從Siri發送到您應用中的特定視圖控制器:https://stackoverflow.com/questions/40114075/open-a-different-uiviewcontroller-when-app-is-launch-via-sirikit/40430207#40430207對於Intents UI,請參閱Apple的文檔:https://developer.apple.com/library/content/documentation/Intents/Conceptual /SiriIntegrationGuide/ProvidingaCustomInterface.html#//apple_ref/doc/uid/TP40016875-CH7-SW1 –

回答

0

Siri無法打開應用程序中的特定視圖並在Siri View中顯示爲答案。就像客戶應用程序中的問題一樣,您無法打開customerDetailsView。因爲siri爲蘋果文檔中提供的每個意圖提供了一組有限的方法。 您可以自定義向用戶顯示的每個特定問題的SiriKit UI問題