---
title: INSetMessageAttributeIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/insetmessageattributeintentresponsecode/success
---

# INSetMessageAttributeIntentResponseCode.success

You successfully handled the intent.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code when are able to modify the messages successfully.

## See Also

### Response State

- [INSetMessageAttributeIntentResponseCode.unspecified](intents/insetmessageattributeintentresponsecode/unspecified.md)
- [INSetMessageAttributeIntentResponseCode.ready](intents/insetmessageattributeintentresponsecode/ready.md)
- [INSetMessageAttributeIntentResponseCode.inProgress](intents/insetmessageattributeintentresponsecode/inprogress.md)
- [INSetMessageAttributeIntentResponseCode.failure](intents/insetmessageattributeintentresponsecode/failure.md)
- [INSetMessageAttributeIntentResponseCode.failureRequiringAppLaunch](intents/insetmessageattributeintentresponsecode/failurerequiringapplaunch.md)
- [INSetMessageAttributeIntentResponseCode.failureMessageNotFound](intents/insetmessageattributeintentresponsecode/failuremessagenotfound.md)
- [INSetMessageAttributeIntentResponseCode.failureMessageAttributeNotSet](intents/insetmessageattributeintentresponsecode/failuremessageattributenotset.md)
