App Intents and Entities without schemas

Hello,

the only way to make Siri AI pick up my intent, or action on my intent + entity is that if BOTH use an schema?

For example, I have an intent that adopts a schema, but my entity doesn't. That means Siri AI can't do anything with my intent? What if neither use a schema? Siri AI can't do anything with it?

I'm asking because schema seems limited to only few domains which I'm not sure how I'll integrate with my apps.

Yeah they’re limited.

I if you have an intent that conforms to a schema, you probably also need to have an entity that conforms to that intent’s input. Implement transferable on your entity so it can be created by whatever data the system has available. Then you hope that the system makes it and passes it to your intent.

After that, “File feedback” is what they tell us.

I really expected the schemas to evolve over two years from when they got announced, but it does not appear they did.

App Intents and Entities without schemas
 
 
Q