---
title: replacedBy
framework: appintents
role: symbol
role_heading: Instance Property
path: appintents/intentdeprecation/replacedby
---

# replacedBy

Optionally, the AppIntent that replaces this one. Note: This is used by the Shortcuts app to help the user find the new AppIntent to use.

## Declaration

```swift
var replacedBy: ReplacementIntent.Type?
```
