Contents

INSnoozeTasksIntentResponse

Your response to a delete tasks request.

Declaration

class INSnoozeTasksIntentResponse

Overview

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.

Topics

Initializing the Response Object

Getting the Response Code

Accessing the Response Details

See Also

Task Deferral