Inquiry regarding App Intent file handling in Siri

Hello Team, I am writing to seek clarification regarding an issue I am encountering while integrating App Intents within my application. I have configured an App Intent designed to accept an IntentFile as a parameter for processing. When testing this functionality via the Siri interface, I attach the image file and provide the trigger phrase as expected. However, Siri does not seem to recognize or associate the attached image as the required IntentFile. Consequently, the interaction fails to proceed, and Siri continues to prompt me to select a file. Could you please advise if there is a specific configuration requirement or a known limitation regarding how Siri handles file attachments for IntentFile parameters? I would appreciate any guidance on whether this is an issue with my current implementation or if I am missing a necessary step in the setup process.

Thanks & Regards Suresh

Thank you for your post. Trying to see what are you trying to accomplish with the AppIntent and what AppIntent are you using?

https://developer.apple.com/documentation/appintentstesting/anyappintent

When an App Intent has a required @Parameter, the system automatically attempts to resolve it if it wasn't provided at the time of invocation.

When an App Intent has a required @Parameter, the system automatically attempts to resolve it if it wasn't provided at the time of invocation.

Are you using this? https://developer.apple.com/documentation/appintents/intentfile

First, ensure that your IntentFile parameter explicitly declares the types of files it can accept using Uniform Type Identifiers.

Looking forward to your reply.

Albert  WWDR

Inquiry regarding App Intent file handling in Siri
 
 
Q