---
title: INRelativeSettingResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inrelativesettingresolutionresult
---

# INRelativeSettingResolutionResult

A resolution result for whether you can select the minimum, current, or maximum value.

## Declaration

```swift
class INRelativeSettingResolutionResult
```

## Overview

Overview An INRelativeSettingResolutionResult object is what you return when resolving parameters containing a INRelativeSetting 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/inrelativesettingresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inrelativesettingresolutionresult/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

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