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

# INInteractionDirection.incoming

An interaction in which information is received on the device.

## Declaration

```swift
case incoming
```

## Discussion

Discussion Choose this value when the interaction involves a message sent to the user of the device.

## See Also

### Constants

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