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

# INSendMessageRecipientResolutionResult

A resolution result for the recipient of a message.

```
class INSendMessageRecipientResolutionResult
```

## Overview

An [`INSendMessageRecipientResolutionResult`](/documentation/Intents/INSendMessageRecipientResolutionResult) object is what you return when resolving parameters containing an [`INPerson`](/documentation/Intents/INPerson) object. Use the [`unsupported(forReason:)`](/documentation/Intents/INSendMessageRecipientResolutionResult/unsupported(forReason:)) method to provide additional context about why a recipient was invalid. Otherwise, use the creation method that best reflects your ability to successfully resolve the parameter.

For additional resolution options, see [`INPersonResolutionResult`](/documentation/Intents/INPersonResolutionResult) and [`INIntentResolutionResult`](/documentation/Intents/INIntentResolutionResult).

## Topics

### Creating a Resolution Result Object

[`+  unsupportedForReason:`](/documentation/Intents/INSendMessageRecipientResolutionResult/unsupported(forReason:))

Creates an object whose resolution indicates that your app can’t use the specified person as a message recipient.

[`INSendMessageRecipientUnsupportedReason`](/documentation/Intents/INSendMessageRecipientUnsupportedReason)

Constants indicating the reason why a recipient is not supported.

[`-  initWithPersonResolutionResult:`](/documentation/Intents/INSendMessageRecipientResolutionResult/init(personResolutionResult:))

Creates a resolution result object with the specified person resolution result object.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`INPersonResolutionResult`](/documentation/Intents/INPersonResolutionResult)

---

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)