INSnoozeTasksIntentResponse
Your response to a delete tasks request.
Declaration
class INSnoozeTasksIntentResponseOverview
Use an INSnoozeTasksIntentResponse object to return information about your attempt to delete an existing task. Siri communicates your response information to the user at appropriate times.
You create an INSnoozeTasksIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INSnoozeTasksIntentHandling.