<!--
{
  "availability" : [
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TabletopInteraction/NewDirectInteractionIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit0A11InteractionC09NewDirectC6IntentV"
  },
  "title" : "TabletopInteraction.NewDirectInteractionIntent"
}
-->

# TabletopInteraction.NewDirectInteractionIntent

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

```
struct NewDirectInteractionIntent
```

## Topics

### Rejecting the intent

[`static let reject: TabletopInteraction.NewDirectInteractionIntent`](/documentation/TabletopKit/TabletopInteraction/NewDirectInteractionIntent/reject)

Return `reject` to indicate that interaction should not be started

### Accepting the intent

[`static func accept(configuration: TabletopInteraction.Configuration, constants: TabletopInteraction.DirectInteractionConstants) -> TabletopInteraction.NewDirectInteractionIntent`](/documentation/TabletopKit/TabletopInteraction/NewDirectInteractionIntent/accept(configuration:constants:))

Return `accept` to indicate that the interaction should be allowed to start and to
specify its constants and initial configuration

## Relationships

### Conforms To

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

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

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

---

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)