<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSendMessageIntentResponseCode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INSendMessageIntentResponseCode"
  },
  "title" : "INSendMessageIntentResponseCode"
}
-->

# INSendMessageIntentResponseCode

Constants that indicate the response state.

```
enum INSendMessageIntentResponseCode
```

## Topics

### Response State

[`INSendMessageIntentResponseCodeUnspecified`](/documentation/Intents/INSendMessageIntentResponseCode/unspecified)

The response code isn’t specified.

[`INSendMessageIntentResponseCodeReady`](/documentation/Intents/INSendMessageIntentResponseCode/ready)

You are ready to handle the intent.

[`INSendMessageIntentResponseCodeInProgress`](/documentation/Intents/INSendMessageIntentResponseCode/inProgress)

You are in the process of sending the message but have not yet done so.

[`INSendMessageIntentResponseCodeSuccess`](/documentation/Intents/INSendMessageIntentResponseCode/success)

You successfully handled the intent.

[`INSendMessageIntentResponseCodeFailure`](/documentation/Intents/INSendMessageIntentResponseCode/failure)

You are unable to send the message.

[`INSendMessageIntentResponseCodeFailureRequiringAppLaunch`](/documentation/Intents/INSendMessageIntentResponseCode/failureRequiringAppLaunch)

The user must launch your app before they can send the message.

[`INSendMessageIntentResponseCodeFailureMessageServiceNotAvailable`](/documentation/Intents/INSendMessageIntentResponseCode/failureMessageServiceNotAvailable)

You were unable to send the message because your message service is currently unavailable.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)