<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/IntentsUI/INUIInteractiveBehavior",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "IntentsUI"
    ],
    "preciseIdentifier" : "c:@E@INUIInteractiveBehavior"
  },
  "title" : "INUIInteractiveBehavior"
}
-->

# INUIInteractiveBehavior

Constants indicating how users are able to interact with your interface.

```
enum INUIInteractiveBehavior
```

## Topics

### Enumeration Cases

[`case none`](/documentation/IntentsUI/INUIInteractiveBehavior/none)

No interactions

[`case nextView`](/documentation/IntentsUI/INUIInteractiveBehavior/nextView)

A behavior that displays controls for navigating to a new view.

[`case launch`](/documentation/IntentsUI/INUIInteractiveBehavior/launch)

A behavior that displays an interface to launch the app.

[`case genericAction`](/documentation/IntentsUI/INUIInteractiveBehavior/genericAction)

A behavior that shows an interface for performing an action.

### Initializers

[`init?(rawValue: UInt)`](/documentation/IntentsUI/INUIInteractiveBehavior/init(rawValue:))

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)