INAddTasksIntentResponse
Your response to a request to add tasks to a task list.
Declaration
class INAddTasksIntentResponseOverview
Use an INAddTasksIntentResponse object to return information about the task list that you created. Siri communicates the information from your response to the user at appropriate times.
You create an INAddTasksIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INAddTasksIntentHandling.