INAddMediaIntent
INAddMediaIntent
INAddMediaIntent Class of Intents A request to add a media item.
class INAddMediaIntentOverview
Siri creates an INAddMediaIntent object when the user asks to add a media item. The intents object contains the media to add.
To handle this intent, the handler object in your Intents extension must adopt the INAddMediaIntentHandling protocol. Your handler should confirm the request and create an INAddMediaIntentResponse object that contains the media to add.