---
title: intentHandlingStatus
framework: intents
role: symbol
role_heading: Instance Property
path: intents/ininteraction/intenthandlingstatus
---

# intentHandlingStatus

The current state of the interaction.

## Declaration

```swift
var intentHandlingStatus: INIntentHandlingStatus { get }
```

## Discussion

Discussion This property reflects your app’s current progress (if any) toward completing the interaction. The value of this property is set automatically using the code in the response object. The default value of this property is INIntentHandlingStatus.unspecified.

## See Also

### Accessing Interaction Attributes

- [direction](intents/ininteraction/direction.md)
- [dateInterval](intents/ininteraction/dateinterval.md)
- [identifier](intents/ininteraction/identifier.md)
- [groupIdentifier](intents/ininteraction/groupidentifier.md)
