<!--
{
  "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/INSnoozeTasksIntentResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSnoozeTasksIntentResponse"
  },
  "title" : "INSnoozeTasksIntentResponse"
}
-->

# INSnoozeTasksIntentResponse

Your response to a delete tasks request.

```
class INSnoozeTasksIntentResponse
```

## Overview

Use an [`INSnoozeTasksIntentResponse`](/documentation/Intents/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`](/documentation/Intents/INSnoozeTasksIntentResponse) object in the [`confirm(intent:completion:)`](/documentation/Intents/INSnoozeTasksIntentHandling/confirm(intent:completion:)) and [`handle(intent:completion:)`](/documentation/Intents/INSnoozeTasksIntentHandling/handle(intent:completion:)) methods of your handler object. For more information about implementing your handler object, see [`INSnoozeTasksIntentHandling`](/documentation/Intents/INSnoozeTasksIntentHandling).

## Topics

### Initializing the Response Object

[`-  initWithCode:userActivity:`](/documentation/Intents/INSnoozeTasksIntentResponse/init(code:userActivity:))

Initializes the response object with the specified code and user activity object.

### Getting the Response Code

[`code`](/documentation/Intents/INSnoozeTasksIntentResponse/code)

The code that indicates whether you successfully handled the intent.

[`INSnoozeTasksIntentResponseCode`](/documentation/Intents/INSnoozeTasksIntentResponseCode)

Constants that indicate the response state.

### Accessing the Response Details

[`snoozedTasks`](/documentation/Intents/INSnoozeTasksIntentResponse/snoozedTasks)

An array of tasks to snooze.

## Relationships

### Inherits From

[`INIntentResponse`](/documentation/Intents/INIntentResponse)

### Conforms To

[`CVarArg`](/documentation/Swift/CVarArg)

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

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

---

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)