---
title: INEnergyResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inenergyresolutionresult
---

# INEnergyResolutionResult

A resolution result for an energy parameter associated with an intent.

## Declaration

```swift
class INEnergyResolutionResult
```

## Overview

Overview An INEnergyResolutionResult object is what you return when resolving energy 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.

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/inenergyresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inenergyresolutionresult/confirmationrequired(with:).md)
- [disambiguation(with:)](intents/inenergyresolutionresult/disambiguation(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

### Measurements

- [INLengthResolutionResult](intents/inlengthresolutionresult.md)
- [INMassResolutionResult](intents/inmassresolutionresult.md)
- [INSpeedResolutionResult](intents/inspeedresolutionresult.md)
- [INTemperatureResolutionResult](intents/intemperatureresolutionresult.md)
- [INVolumeResolutionResult](intents/involumeresolutionresult.md)
