INDeleteTasksIntentResponse
Your response to a request to delete tasks.
Declaration
class INDeleteTasksIntentResponseOverview
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.