Contents

INCreateTaskListIntentResponse

Your app’s response to a request to create a task list.

Declaration

class INCreateTaskListIntentResponse

Overview

Use an INCreateTaskListIntentResponse object to return information about the task list that your app created. Siri communicates the information from your response to the user at appropriate times.

You create an INCreateTaskListIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INCreateTaskListIntentHandling.

Topics

Initializing the Response Object

Getting the Response Code

Providing the Task List

See Also

Task List Creation