---
title: DeprecatedAppIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/deprecatedappintent
---

# DeprecatedAppIntent

An app intent that marks an action as deprecated and informs people which action to use instead.

## Declaration

```swift
protocol DeprecatedAppIntent : AppIntent
```

## Topics

### Associated Types

- [ReplacementIntent](appintents/deprecatedappintent/replacementintent.md)

### Type Properties

- [deprecation](appintents/deprecatedappintent/deprecation.md)

## Relationships

### Inherits From

- [AppIntent](appintents/appintent.md)
- [PersistentlyIdentifiable](appintents/persistentlyidentifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Common actions

- [OpenIntent](appintents/openintent.md)
- [OpenURLIntent](appintents/openurlintent.md)
- [SetValueIntent](appintents/setvalueintent.md)
- [DeleteIntent](appintents/deleteintent.md)
- [ShowInAppSearchResultsIntent](appintents/showinappsearchresultsintent.md)
