<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INInteractionDirection",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INInteractionDirection"
  },
  "title" : "INInteractionDirection"
}
-->

# INInteractionDirection

Constants indicating whether the app is providing or receiving information.

```
enum INInteractionDirection
```

## Topics

### Constants

[`INInteractionDirection.unspecified`](/documentation/Intents/INInteractionDirection/unspecified)

An unspecified direction.

[`INInteractionDirection.outgoing`](/documentation/Intents/INInteractionDirection/outgoing)

An interaction in which information is sent from the device.

[`INInteractionDirection.incoming`](/documentation/Intents/INInteractionDirection/incoming)

An interaction in which information is received on the device.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)