---
title: INSendMessageIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/insendmessageintentresponsecode/success
---

# INSendMessageIntentResponseCode.success

You successfully handled the intent.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code if your app successfully sent the message.

## See Also

### Response State

- [INSendMessageIntentResponseCode.unspecified](intents/insendmessageintentresponsecode/unspecified.md)
- [INSendMessageIntentResponseCode.ready](intents/insendmessageintentresponsecode/ready.md)
- [INSendMessageIntentResponseCode.inProgress](intents/insendmessageintentresponsecode/inprogress.md)
- [INSendMessageIntentResponseCode.failure](intents/insendmessageintentresponsecode/failure.md)
- [INSendMessageIntentResponseCode.failureRequiringAppLaunch](intents/insendmessageintentresponsecode/failurerequiringapplaunch.md)
- [INSendMessageIntentResponseCode.failureMessageServiceNotAvailable](intents/insendmessageintentresponsecode/failuremessageservicenotavailable.md)
