---
title: INMessageAttributeOptionsResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inmessageattributeoptionsresolutionresult
---

# INMessageAttributeOptionsResolutionResult

A resolution result for a search parameter that filters by message status.

## Declaration

```swift
class INMessageAttributeOptionsResolutionResult
```

## Overview

Overview You create INMessageAttributeOptionsResolutionResult objects when resolving intent parameters containing a value of type INMessageAttributeOptions. Use the creation method that best reflects your ability to resolve the parameter. For additional resolution options, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

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

### Providing Resolution Results

- [INMessageAttributeResolutionResult](intents/inmessageattributeresolutionresult.md)
- [INDateComponentsRangeResolutionResult](intents/indatecomponentsrangeresolutionresult.md)
- [INSendMessageRecipientResolutionResult](intents/insendmessagerecipientresolutionresult.md)
- [INPersonResolutionResult](intents/inpersonresolutionresult.md)
- [INOutgoingMessageTypeResolutionResult](intents/inoutgoingmessagetyperesolutionresult.md)
