---
title: INCarSignalOptionsResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/incarsignaloptionsresolutionresult
---

# INCarSignalOptionsResolutionResult

A resolution result for the signals the intent is managing on the car.

## Declaration

```swift
class INCarSignalOptionsResolutionResult
```

## Overview

Overview Return an INCarSignalOptionsResolutionResult object when resolving the signals property of a INActivateCarSignalIntent object. 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/incarsignaloptionsresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/incarsignaloptionsresolutionresult/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)
