---
title: CustomIntentMigratedAppIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/customintentmigratedappintent
---

# CustomIntentMigratedAppIntent

An interface for replacing a custom SiriKit intent that allows existing shortcuts and donations to continue working.

## Declaration

```swift
protocol CustomIntentMigratedAppIntent : AppIntent
```

## Topics

### Specifying the migrated intent’s class name

- [intentClassName](appintents/customintentmigratedappintent/intentclassname.md)

## Relationships

### Inherits From

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

## See Also

### SiriKit intent migration

- [Soup Chef with App Intents: Migrating custom intents](sirikit/soup-chef-with-app-intents-migrating-custom-intents.md)
