---
title: INGetCarLockStatusIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/ingetcarlockstatusintenthandling
---

# INGetCarLockStatusIntentHandling

The handler interface for requesting the current status of the car’s locks.

## Declaration

```swift
protocol INGetCarLockStatusIntentHandling : NSObjectProtocol
```

## Overview

Overview Use the methods of the INGetCarLockStatusIntentHandling protocol to resolve, confirm, and handle requests for the current status of the car’s locks. Adopt this protocol in an object of your Intents extension that’s capable of accessing the status of the car’s locks. Siri delivers an INGetCarLockStatusIntent object to your handler when the user asks whether the car is locked or unlocked. The provided intent object can contain the car’s name (if specified).

## Topics

### Resolving the Intent Parameters

- [resolveCarName(for:with:)](intents/ingetcarlockstatusintenthandling/resolvecarname(for:with:).md)

### Confirming the Response

- [confirm(intent:completion:)](intents/ingetcarlockstatusintenthandling/confirm(intent:completion:).md)

### Handling the Intent

- [handle(intent:completion:)](intents/ingetcarlockstatusintenthandling/handle(intent:completion:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Inherited By

- [INCarCommandsDomainHandling](intents/incarcommandsdomainhandling.md)

## See Also

### Get Car Lock Status

- [INGetCarLockStatusIntent](intents/ingetcarlockstatusintent.md)
- [INGetCarLockStatusIntentResponse](intents/ingetcarlockstatusintentresponse.md)
