---
title: TabletopInteraction.NewIndirectInteractionIntent
framework: tabletopkit
role: symbol
role_heading: Structure
path: tabletopkit/tabletopinteraction/newindirectinteractionintent
---

# TabletopInteraction.NewIndirectInteractionIntent

An object that represent the developer’s intent when a new indirect interaction is proposed by the system

## Declaration

```swift
struct NewIndirectInteractionIntent
```

## Topics

### Rejecting the intent

- [reject](tabletopkit/tabletopinteraction/newindirectinteractionintent/reject.md)

### Accepting the intent

- [accept(configuration:constants:)](tabletopkit/tabletopinteraction/newindirectinteractionintent/accept(configuration:constants:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Handling interaction intents

- [TabletopInteraction.NewInteractionIntent](tabletopkit/tabletopinteraction/newinteractionintent.md)
- [TabletopInteraction.NewDirectInteractionIntent](tabletopkit/tabletopinteraction/newdirectinteractionintent.md)
