INAddTasksIntent
INAddTasksIntent
INAddTasksIntent Class of Intents A request to add tasks to an existing task list.
class INAddTasksIntentOverview
Siri creates an instance of INAddTasksIntent when the user asks to add one or more tasks to a task list. Alternatively, if the user asks to create a note, and your app or Intents extension doesn’t support INCreateNoteIntent, SiriKit uses this intent instead. The intent contains the tasks to add and the target task list, and can also include location or time triggers that you assign to each of the new tasks. To process the request, your handler must adopt the INAddTasksIntentHandling protocol.
INAddTasksIntent is available to both Siri Intents and Siri Suggestions and doesn’t require an unlocked device before processing.