<!--
{
  "availability" : [
    "iOS: 10.3.0 -",
    "iPadOS: 10.3.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSetCarLockStatusIntentResponse/init(code:userActivity:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSetCarLockStatusIntentResponse(im)initWithCode:userActivity:"
  },
  "title" : "init(code:userActivity:)"
}
-->

# init(code:userActivity:)

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

```
init(code: INSetCarLockStatusIntentResponseCode, userActivity: NSUserActivity?)
```

## Parameters

`code`

The response code indicating success or failure when confirming or handling the intent. For a list of possible values, see [`INSetCarLockStatusIntentResponseCode`](/documentation/Intents/INSetCarLockStatusIntentResponseCode).

`userActivity`

The user activity object to use when launching your app. Provide an object if you want to add information that is specific to your app. If you specify `nil`, the system automatically does the following:

- Creates a user activity for you.
- Sets the activity’s type to the class name of the intent being handled.
- Sets the activity’s <doc://com.apple.documentation/documentation/Foundation/NSUserActivity/interaction> property to an [`INInteraction`](/documentation/Intents/INInteraction) object that contains the intent and your response.

## Return Value

A newly initialized response object.

---

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)