---
title: INBooleanResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inbooleanresolutionresult
---

# INBooleanResolutionResult

A resolution result for a Boolean value associated with an intent.

## Declaration

```swift
class INBooleanResolutionResult
```

## Overview

Overview Return an INBooleanResolutionResult object when resolving intent parameters that contain a Boolean 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/inbooleanresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inbooleanresolutionresult/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

- [INIntegerResolutionResult](intents/inintegerresolutionresult.md)
- [INDoubleResolutionResult](intents/indoubleresolutionresult.md)
