---
title: INSetProfileInCarIntentHandling
framework: intents
role: symbol
role_heading: Protocol
path: intents/insetprofileincarintenthandling
---

# INSetProfileInCarIntentHandling

The handler interface for restoring vehicle environment settings from a user-specified profile.

## Declaration

```swift
protocol INSetProfileInCarIntentHandling : NSObjectProtocol
```

## Overview

Overview Automotive venders can support the INSetProfileInCarIntentHandling protocol in an Intents extension that they ship with their automotive apps. Use the methods of this protocol to resolve, confirm, and handle requests to restore vehicle-related settings from the profile that the user designated. Your extension should be able to communicate with the vehicle and make the necessary changes. Siri delivers an INSetProfileInCarIntent object to your handler when the user asks to restore the current settings from a profile. The provided intent object contains information for determining which profile to use.

## Topics

### Resolving the Intent Parameters

- [resolveProfileNumber(for:with:)](intents/insetprofileincarintenthandling/resolveprofilenumber(for:with:).md)
- [resolveProfileName(for:with:)](intents/insetprofileincarintenthandling/resolveprofilename(for:with:).md)
- [resolveCarName(for:with:)](intents/insetprofileincarintenthandling/resolvecarname(for:with:).md)
- [resolveDefaultProfile(forSetProfileInCar:with:)](intents/insetprofileincarintenthandling/resolvedefaultprofile(forsetprofileincar:with:).md)

### Confirming the Response

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

### Handling the Intent

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

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Inherited By

- [INCarPlayDomainHandling](intents/incarplaydomainhandling.md)

## See Also

### CarPlay Profile Settings

- [INSetProfileInCarIntent](intents/insetprofileincarintent.md)
- [INSetProfileInCarIntentResponse](intents/insetprofileincarintentresponse.md)
