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

# INSetMessageAttributeIntentResponseCode.inProgress

You are ready to handle the intent.

## Declaration

```swift
case inProgress
```

## Discussion

Discussion During the confirmation phase of an intent, use this code to signal that your app is ready and able to act on the intent.

## See Also

### Response State

- [INSetMessageAttributeIntentResponseCode.unspecified](intents/insetmessageattributeintentresponsecode/unspecified.md)
- [INSetMessageAttributeIntentResponseCode.ready](intents/insetmessageattributeintentresponsecode/ready.md)
- [INSetMessageAttributeIntentResponseCode.success](intents/insetmessageattributeintentresponsecode/success.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)
