How the App Intent Vocabulary Property List works?

711 views Asked by At

I have implemented all five intents for workout: start, pause, resume, cancel, end.

They basically works with phrase:

Start my workout using MyApp

But here I need to replace phrase workout with service... so I have added App Intent Vocabulary Property List to the project like this:

enter image description here

I assume that thanks to this, I can call Siri like this:

Start my service using MyApp

...and it works like a charm. But works for every five intents. Shouldn't it work only for Start Workout?

Intent Phrases are for Siri guide, and it also works:

enter image description here enter image description here

Let me understand it well, this .plist is only to replace default workout keyword and to setup guide for Siri, right?

0

There are 0 answers