---
title: IntentDeprecation
framework: appintents
role: symbol
role_heading: Structure
path: appintents/intentdeprecation
---

# IntentDeprecation

## Declaration

```swift
struct IntentDeprecation<ReplacementIntent> where ReplacementIntent : AppIntent
```

## Topics

### Initializers

- [init(message:)](appintents/intentdeprecation/init(message:).md)
- [init(message:replacedBy:)](appintents/intentdeprecation/init(message:replacedby:).md)
- [init(replacedBy:)](appintents/intentdeprecation/init(replacedby:).md)

### Instance Properties

- [message](appintents/intentdeprecation/message.md)
- [replacedBy](appintents/intentdeprecation/replacedby.md)

## See Also

### Intent-related data

- [IntentModes](appintents/intentmodes.md)
- [IntentSystemContext](appintents/intentsystemcontext.md)
- [IntentDescription](appintents/intentdescription.md)
- [IntentDialog](appintents/intentdialog.md)
- [IntentProjection](appintents/intentprojection.md)
