<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INMessageAttributeResolutionResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INMessageAttributeResolutionResult"
  },
  "title" : "INMessageAttributeResolutionResult"
}
-->

# INMessageAttributeResolutionResult

A resolution result for assorted attributes of a message.

```
class INMessageAttributeResolutionResult
```

## Overview

An [`INMessageAttributeResolutionResult`](/documentation/Intents/INMessageAttributeResolutionResult) object is what you return when resolving parameters containing an [`INMessageAttribute`](/documentation/Intents/INMessageAttribute) type. Use the creation method that best reflects your ability to successfully resolve the parameter. For additional resolution options, see [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`success(with:)`](/documentation/Intents/INMessageAttributeResolutionResult/success(with:))

Creates an object whose resolution involves the successful matching of the specified attribute.

[`confirmationRequired(with:)`](/documentation/Intents/INMessageAttributeResolutionResult/confirmationRequired(with:))

Creates an object whose resolution requires that the user must confirm the value before proceeding.

[`successWithResolvedValue:`](/documentation/Intents/INMessageAttributeResolutionResult/successWithResolvedValue:)

[`confirmationRequiredWithValueToConfirm:`](/documentation/Intents/INMessageAttributeResolutionResult/confirmationRequiredWithValueToConfirm:)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)