---
title: INSnoozeTasksIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/insnoozetasksintentresponse
---

# INSnoozeTasksIntentResponse

Your response to a delete tasks request.

## Declaration

```swift
class INSnoozeTasksIntentResponse
```

## Overview

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

- [init(code:userActivity:)](intents/insnoozetasksintentresponse/init(code:useractivity:).md)

### Getting the Response Code

- [code](intents/insnoozetasksintentresponse/code.md)
- [INSnoozeTasksIntentResponseCode](intents/insnoozetasksintentresponsecode.md)

### Accessing the Response Details

- [snoozedTasks](intents/insnoozetasksintentresponse/snoozedtasks.md)

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Task Deferral

- [INSnoozeTasksIntentHandling](intents/insnoozetasksintenthandling.md)
- [INSnoozeTasksIntent](intents/insnoozetasksintent.md)
