---
title: INCarSeatResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/incarseatresolutionresult
---

# INCarSeatResolutionResult

A resolution result for a specific seat of the car.

## Declaration

```swift
class INCarSeatResolutionResult
```

## Overview

Overview An INCarSeatResolutionResult object is what you return when resolving parameters containing a INCarSeat value. Use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/incarseatresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/incarseatresolutionresult/confirmationrequired(with:).md)

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### CarPlay Resolution Results

- [INCarDefrosterResolutionResult](intents/incardefrosterresolutionresult.md)
- [INCarAudioSourceResolutionResult](intents/incaraudiosourceresolutionresult.md)
- [INCarAirCirculationModeResolutionResult](intents/incaraircirculationmoderesolutionresult.md)
- [INRadioTypeResolutionResult](intents/inradiotyperesolutionresult.md)
- [INRelativeReferenceResolutionResult](intents/inrelativereferenceresolutionresult.md)
- [INRelativeSettingResolutionResult](intents/inrelativesettingresolutionresult.md)
