INCreateTaskListIntentHandling
The handler interface for creating task lists.
Declaration
protocol INCreateTaskListIntentHandling : NSObjectProtocolOverview
Use the methods of the INCreateTaskListIntentHandling protocol to resolve, confirm, and handle requests to create task lists. Adopt this protocol in an object of your Intents extension that’s capable of forwarding the task list information to your app or task management service.
Siri delivers an INCreateTaskListIntent object to your handler when the user asks to create a task list using your app. The provided intent object contains the details for the task list, including any initial tasks. Use the methods of this protocol to resolve the parameters and create the task list.