---
title: INEnumResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inenumresolutionresult
---

# INEnumResolutionResult

A resolution result for an enumeration associated with an intent.

## Declaration

```swift
class INEnumResolutionResult
```

## Overview

Overview An INEnumResolutionResult object is what you return when resolving enumeration related parameters of an intent object. Use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see INIntentResolutionResult.

## 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

### Custom Resolution Results

- [INObjectResolutionResult](intents/inobjectresolutionresult.md)
