Will Siri _only_ invoke Schema-based Intents?

Will Siri only invoke Schema-based Intents?

Is there no chance of Siri invoking another short cut, or share sheet extension with an input that its found on screen?

Answered by Frameworks Engineer in 891861022

Schema question answered here: https://developer.apple.com/forums/thread/831344?answerId=891705022#891705022

App Shortcuts will continue to work with SiriAI.

No — Siri can still invoke your classic AppShortcutsProvider intents via phrase matching as it does today. What's schema-specific is the natural-language-without-phrases experience and on-screen awareness. Those flow through schema-conforming intents and entity mapping. So it's layered: schema intents get the full Siri AI semantic treatment, classic intents still work the established way. On-screen content gets passed to your intents through the View Annotations entity mapping — which needs schema or IndexedEntity adoption to work. — Divya Ravi, Senior iOS Engineer

Schema question answered here: https://developer.apple.com/forums/thread/831344?answerId=891705022#891705022

App Shortcuts will continue to work with SiriAI.

Will Siri _only_ invoke Schema-based Intents?
 
 
Q