INCreateTaskListIntentResponse
Your app’s response to a request to create a task list.
Declaration
class INCreateTaskListIntentResponseOverview
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.