<!--
{
  "availability" : [
    "iOS: 11.0.0 - 15.0.0",
    "iPadOS: 11.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 4.0.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCreateTaskListIntentResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCreateTaskListIntentResponse"
  },
  "title" : "INCreateTaskListIntentResponse"
}
-->

# INCreateTaskListIntentResponse

Your app’s response to a request to create a task list.

```
class INCreateTaskListIntentResponse
```

## Overview

Use an [`INCreateTaskListIntentResponse`](/documentation/Intents/INCreateTaskListIntentResponse) object to return information about the task list that your app created. Siri communicates the information from your response to the user at appropriate times.

You create an [`INCreateTaskListIntentResponse`](/documentation/Intents/INCreateTaskListIntentResponse) object in the [`confirm(intent:completion:)`](/documentation/Intents/INCreateTaskListIntentHandling/confirm(intent:completion:)) and [`handle(intent:completion:)`](/documentation/Intents/INCreateTaskListIntentHandling/handle(intent:completion:)) methods of your handler object. For more information about implementing your handler object, see [`INCreateTaskListIntentHandling`](/documentation/Intents/INCreateTaskListIntentHandling).

## Topics

### Initializing the Response Object

[`init(code: INCreateTaskListIntentResponseCode, userActivity: NSUserActivity?)`](/documentation/Intents/INCreateTaskListIntentResponse/init(code:userActivity:))

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

### Getting the Response Code

[`var code: INCreateTaskListIntentResponseCode`](/documentation/Intents/INCreateTaskListIntentResponse/code)

The code indicating whether your app successfully handled the intent.

[`enum INCreateTaskListIntentResponseCode`](/documentation/Intents/INCreateTaskListIntentResponseCode)

Constants indicating the state of the response.

### Providing the Task List

[`var createdTaskList: INTaskList?`](/documentation/Intents/INCreateTaskListIntentResponse/createdTaskList)

The details of the task list that your app created.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

### Inherits From

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

---

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)