IOS Siri add custom dictionary

I have some problems to add a custom dictionary to Siri.

I implemented Siri in my application and it works well with classic teams. However, I tried to add a custom phrase and did not recognize it. I tried the two methods described in " https://developer.apple.com/library/content/documentation/Intents/Conceptual/SiriIntegrationGuide/SpecifyingCustomVocabulary.html#//apple_ref/doc/uid/TP40016875-CH6-SW1 " all the steps.

Do you have any other tips or explanations? Or you could tell me how I can debug this because I don't know what happens if my AppIntentVocabulary.plist is counted or not, for example.

+6
source share
1 answer

Reply fooobar.com/questions/1014211 / .... Many people have encountered a problem like me in the past. We have to wait for Apple to add new domains of intent. An open radar has so many requests for this.

0
source

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


All Articles