Contents

INDeleteTasksIntentResponse

Your response to a request to delete tasks.

Declaration

class INDeleteTasksIntentResponse

Overview

Use an INDeleteTasksIntentResponse object to return information about your attempt to delete an existing task. Siri communicates the information from your response to the user at appropriate times.

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

Topics

Initializing the Response Object

Accessing the Deleted Tasks

Getting the Response Code

See Also

Task Deletion