---
title: INSaveProfileInCarIntentResponse
framework: intents
role: symbol
role_heading: Class
path: intents/insaveprofileincarintentresponse
---

# INSaveProfileInCarIntentResponse

Your app’s response to a save profile in car intent.

## Declaration

```swift
class INSaveProfileInCarIntentResponse
```

## Overview

Overview An INSaveProfileInCarIntentResponse object contains the status of saving one or more environment settings to the designated profile. You create instances of this class when confirming or handling a save profile in car intent. You create an INSaveProfileInCarIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your save profile in car handler object. For more information about implementing your handler object, see INSaveProfileInCarIntentHandling.

## Topics

### Initializing the Response Object

- [init(code:userActivity:)](intents/insaveprofileincarintentresponse/init(code:useractivity:).md)

### Getting the Response Code

- [code](intents/insaveprofileincarintentresponse/code.md)
- [INSaveProfileInCarIntentResponseCode](intents/insaveprofileincarintentresponsecode.md)

## Relationships

### Inherits From

- [INIntentResponse](intents/inintentresponse.md)

### Conforms To

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

## See Also

### CarPlay Profile Saving

- [INSaveProfileInCarIntentHandling](intents/insaveprofileincarintenthandling.md)
- [INSaveProfileInCarIntent](intents/insaveprofileincarintent.md)
