---
title: INMessageAttributeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/inmessageattributeresolutionresult
---

# INMessageAttributeResolutionResult

A resolution result for assorted attributes of a message.

## Declaration

```swift
class INMessageAttributeResolutionResult
```

## Overview

Overview An INMessageAttributeResolutionResult object is what you return when resolving parameters containing an INMessageAttribute type. 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/inmessageattributeresolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/inmessageattributeresolutionresult/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

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