How to create and use custom dictionary with sirikit?

enter image description here

I want Siri to show me specific content in Siri's IntentViewController in my specific command. I tried adding .plist to .lproj , but this did not work for me.

0
source share
1 answer

I could not understand what you want to do, so I want to give advice that you cannot use INSendMessageIntent outside your capabilities. This means that you must use some keywords for your custom sentences to make Siri understand your custom command for INSendMessageIntent.
After creating the AppIntentVocabulary.plist file , it must be sent to the Apple Siri Servers . You can achieve this by changing your Siri iPhone to another that you know, and then use the simple siri messaging process with that language.
Then change it again to the desired language.
Do this every time you change AppIntentVocabulary.plist.

0
source

Source: https://habr.com/ru/post/1014211/


All Articles