---
title: INSetProfileInCarIntent
framework: intents
role: symbol
role_heading: Class
path: intents/insetprofileincarintent
---

# INSetProfileInCarIntent

A request to change the user’s vehicle environment settings to the ones from the specified profile.

## Declaration

```swift
class INSetProfileInCarIntent
```

## Overview

Overview Automotive vendors whose cars support the saving of seat and other environment settings can add support for this intent to an Intents extension that they ship with their automotive apps. When users want to restore settings from a profile, SiriKit creates an INSetProfileInCarIntent object and delivers it to the app’s Intents extension. You use the intent object to get the name or index of the profile whose settings you use to configure the vehicle. You’re responsible for determining which settings to save and restore with user profiles. You can restore seat-related settings, climate control settings, defroster settings, radio settings, other settings in your vehicle, or any combination of those settings. Siri handles only the name or index of the profile and doesn’t ask you to provide a list of the settings that you restored. Users can restore settings regardless for whether the profile was originally created through Siri or through your vehicle’s built-in interface. The object that handles this intent must adopt the INSetProfileInCarIntentHandling protocol. Use this intent object to resolve the profile information and to create an INSetProfileInCarIntentResponse object indicating the results of restoring the profile. Additional Intent Attributes The following table lists additional attributes of this intent object:  |   |   |  Example Phrases Users can ask Siri to restore profile settings in a vehicle 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.  |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |   |  |  When managing CarPlay features, users don’t need to include the name of the app in the phrases that they speak. Siri knows automatically when CarPlay is active and routes CarPlay-related intents to the app of the corresponding automotive vendor.

## Topics

### Initializing the Intent Object

- [init(profileNumber:profileName:isDefaultProfile:carName:)](intents/insetprofileincarintent/init(profilenumber:profilename:isdefaultprofile:carname:).md)
- [init(profileNumber:profileLabel:defaultProfile:)](intents/insetprofileincarintent/init(profilenumber:profilelabel:defaultprofile:).md)
- [init(defaultProfile:)](intents/insetprofileincarintent/init(defaultprofile:).md)
- [init(profileLabel:)](intents/insetprofileincarintent/init(profilelabel:).md)
- [init(profileLabel:defaultProfile:)](intents/insetprofileincarintent/init(profilelabel:defaultprofile:).md)
- [init(profileLabel:isDefaultProfile:)](intents/insetprofileincarintent/init(profilelabel:isdefaultprofile:).md)
- [init(profileName:defaultProfile:)](intents/insetprofileincarintent/init(profilename:defaultprofile:).md)
- [init(profileNumber:defaultProfile:)](intents/insetprofileincarintent/init(profilenumber:defaultprofile:).md)
- [init(profileNumber:profileLabel:)](intents/insetprofileincarintent/init(profilenumber:profilelabel:).md)
- [init(profileNumber:profileLabel:isDefaultProfile:)](intents/insetprofileincarintent/init(profilenumber:profilelabel:isdefaultprofile:).md)
- [init(profileNumber:profileName:defaultProfile:)](intents/insetprofileincarintent/init(profilenumber:profilename:defaultprofile:).md)

### Getting the Profile Information

- [isDefaultProfile](intents/insetprofileincarintent/isdefaultprofile.md)
- [profileName](intents/insetprofileincarintent/profilename.md)
- [profileNumber](intents/insetprofileincarintent/profilenumber-37vj8.md)
- [profileLabel](intents/insetprofileincarintent/profilelabel.md)

### Getting the Car Name

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

### Instance Properties

- [defaultProfile](intents/insetprofileincarintent/defaultprofile-19jwc.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

### CarPlay Profile Settings

- [INSetProfileInCarIntentHandling](intents/insetprofileincarintenthandling.md)
- [INSetProfileInCarIntentResponse](intents/insetprofileincarintentresponse.md)
