I'm trying to make a bill payment app using SiriKit's INPayBillIntent
. I've set a custom bill organization type as below:
INVocabulary.shared().setVocabularyStrings(["Devon"], of: .paymentsOrganizationName)
The problem is with custom vocabulary -- I want to pay the bill in Siri by saying "Pay Devon" but Siri only recognizes the intent if I say "Pay Devon Bill" like saying "Pay Water Bill".
Can I change this?