We want to support voice workflows that require safety confirmations (e.g., 'Siri, prune my stale database caches' followed by Siri asking 'This will delete 42 entries, are you sure you want to proceed?').
How do we cleanly model multi-turn dialogs in Swift using AppIntent without forcing the user to re-trigger Siri?
What is the correct way to throw dialog prompts or handle dynamic parameter disambiguation (e.g., if the user says 'Siri, check status' and multiple daemon instances are running, how do we return a list of choices to Siri to read out loud)?
Topic:
Machine Learning & AI
SubTopic:
App Intents
1
0
52