---
title: INGetCarLockStatusIntent
framework: intents
role: symbol
role_heading: Class
path: intents/ingetcarlockstatusintent
---

# INGetCarLockStatusIntent

A request to get the lock status of the user’s car.

## Declaration

```swift
class INGetCarLockStatusIntent
```

## Overview

Overview When the user asks for the car’s lock status, Siri creates an INGetCarLockStatusIntent object . This intent object can contain the name of the user’s car. Use this object to provide information about the car’s current lock status. To handle this intent, the handler object in your Intents extension must adopt the INGetCarLockStatusIntentHandling protocol. Your handler should confirm the request and create an INGetCarLockStatusIntentResponse object with the results. Additional Intent Attributes The following table lists additional attributes of this intent object:  |   |   |  Example Phrases Users can ask Siri their car’s locked status in a variety of ways. The table below provides a few sample phrases in different languages. You can use these phrases during testing to trigger your intents. This list isn’t exhaustive, and Siri may recognize many other phrases.  |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |  Unlike other SiriKit intents, these phrases do not always require your app’s name. Siri infers the app’s name when possible (for example, based on unique user vocabulary registered by your app). If necessary, Siri verifies the app’s name before launching your extension.

## Topics

### Initializing the Intent Object

- [init(carName:)](intents/ingetcarlockstatusintent/init(carname:).md)

### Getting the Car Name

- [carName](intents/ingetcarlockstatusintent/carname.md)

## Relationships

### Inherits From

- [INIntent](intents/inintent.md)

### Conforms To

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

## See Also

### Get Car Lock Status

- [INGetCarLockStatusIntentHandling](intents/ingetcarlockstatusintenthandling.md)
- [INGetCarLockStatusIntentResponse](intents/ingetcarlockstatusintentresponse.md)
