---
title: AppShortcutParameterPresentationTitle
framework: appintents
role: symbol
role_heading: Structure
path: appintents/appshortcutparameterpresentationtitle
---

# AppShortcutParameterPresentationTitle

A struct that represents the title of the presentation of an App Shortcut.

## Declaration

```swift
struct AppShortcutParameterPresentationTitle<Intent, Value, Parameter, ParameterKeyPath> where Intent : AppIntent, Value : _IntentValue, Value : Sendable, Parameter : IntentParameter<Value>, ParameterKeyPath : KeyPath<Intent, Parameter>
```

## Overview

Overview Provide a specific and a generic title. The specific title should include the parameter in the interpolation. For example provide "Call \(\.$person)" as a specific title that includes the parameter and a simple string that doesn’t have the parameter specified, e.g. "Call Person...".

## Topics

### Initializers

- [init(specific:generic:table:)](appintents/appshortcutparameterpresentationtitle/init(specific:generic:table:).md)

## See Also

### App Shortcut parameter presentation

- [AppShortcutParameterPresentation](appintents/appshortcutparameterpresentation.md)
- [AppShortcutParameterPresentationSummary](appintents/appshortcutparameterpresentationsummary.md)
- [AppShortcutParameterPresentationSummaryString](appintents/appshortcutparameterpresentationsummarystring.md)
- [AppShortcutParameterPresentationTitleString](appintents/appshortcutparameterpresentationtitlestring.md)
