---
title: "init(code:userActivity:)"
framework: intents
role: symbol
role_heading: Initializer
path: "intents/ingetcarlockstatusintentresponse/init(code:useractivity:)"
---

# init(code:userActivity:)

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

## Declaration

```swift
init(code: INGetCarLockStatusIntentResponseCode, userActivity: NSUserActivity?)
```

## Parameters

- `code`: The response code indicating success or failure when confirming or handling the intent. For a list of possible values, see doc://com.apple.sirikit/documentation/Intents/INGetCarLockStatusIntentResponseCode.
- `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 doc://com.apple.sirikit/documentation/Intents/INInteraction object that contains the intent and your response.

## Return Value

Return Value A newly initialized response object.
