<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AssistantIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents15AssistantIntentP"
  },
  "title" : "AssistantIntent"
}
-->

# AssistantIntent

An app intent that Siri performs to fulfill a person’s request.

```
protocol AssistantIntent : AppIntent
```

## Overview

Don’t adopt this protocol directly, instead use the [`AssistantIntent(schema:)`](/documentation/AppIntents/AssistantIntent(schema:)) macro
to meet requirements for making your [`AppIntent`](/documentation/AppIntents/AppIntent) discoverable by Apple Intelligence and Siri.

## Relationships

### Inherits From

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

[`PersistentlyIdentifiable`](/documentation/AppIntents/PersistentlyIdentifiable)

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

[`AppIntent`](/documentation/AppIntents/AppIntent)

### Inherited By

[`AssistantSchemaIntent`](/documentation/AppIntents/AssistantSchemaIntent)

---

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)