---
title: INIntegerResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inintegerresolutionresult
---

# INIntegerResolutionResult

A resolution result for an integer value associated with an intent.

## Declaration

```swift
class INIntegerResolutionResult
```

## Overview

Overview An INIntegerResolutionResult object is what you return when resolving integer-based 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/inintegerresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inintegerresolutionresult/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

### Numerical Values

- [INDoubleResolutionResult](intents/indoubleresolutionresult.md)
- [INBooleanResolutionResult](intents/inbooleanresolutionresult.md)
