<!--
{
  "availability" : [
    "iOS: 13.0.0 - 27.0.0",
    "iPadOS: 13.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 6.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSnoozeTasksIntentHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(pl)INSnoozeTasksIntentHandling"
  },
  "title" : "INSnoozeTasksIntentHandling"
}
-->

# INSnoozeTasksIntentHandling

The handler interface that snoozes tasks in a task list.

```
protocol INSnoozeTasksIntentHandling : NSObjectProtocol
```

## Overview

Use the methods of the [`INSnoozeTasksIntentHandling`](/documentation/Intents/INSnoozeTasksIntentHandling) protocol to resolve, confirm, and handle requests to snooze tasks in a task list. Adopt this protocol in an object of your Intents extension capable of handling the request directly or forwarding the request to your app or task management service.

Siri delivers an [`INSnoozeTasksIntent`](/documentation/Intents/INSnoozeTasksIntent) object to your handler when the user asks to snooze tasks in a task list in your app. The provided intent object contains descriptions of the tasks and any triggers to associate with each task. Use the methods of this protocol to resolve the parameters and snooze the tasks.

## Topics

### Resolving Details of the Intent

[`-  resolveNextTriggerTimeForSnoozeTasks:withCompletion:`](/documentation/Intents/INSnoozeTasksIntentHandling/resolveNextTriggerTime(for:with:))

Resolves the trigger of when to snooze tasks.

[`-  resolveTasksForSnoozeTasks:withCompletion:`](/documentation/Intents/INSnoozeTasksIntentHandling/resolveTasks(for:with:))

Resolves the tasks to snooze.

### Confirming the Response

[`-  confirmSnoozeTasks:completion:`](/documentation/Intents/INSnoozeTasksIntentHandling/confirm(intent:completion:))

Confirms whether you can snooze the task.

### Handling the Intent

[`-  handleSnoozeTasks:completion:`](/documentation/Intents/INSnoozeTasksIntentHandling/handle(intent:completion:))

Handles snoozing a task.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)