---
title: INInteractionDirection.unspecified
framework: intents
role: symbol
role_heading: Case
path: intents/ininteractiondirection/unspecified
---

# INInteractionDirection.unspecified

An unspecified direction.

## Declaration

```swift
case unspecified
```

## Discussion

Discussion Choose this value for interactions that do not involve information moving onto or off of the device. This is the default value.

## See Also

### Constants

- [INInteractionDirection.outgoing](intents/ininteractiondirection/outgoing.md)
- [INInteractionDirection.incoming](intents/ininteractiondirection/incoming.md)
