---
title: AppShortcutParameterPresentationTitleString
framework: appintents
role: symbol
role_heading: Structure
path: appintents/appshortcutparameterpresentationtitlestring
---

# AppShortcutParameterPresentationTitleString

## Declaration

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

## Topics

### Initializers

- [init(_:)](appintents/appshortcutparameterpresentationtitlestring/init(_:).md)

## Relationships

### Conforms To

- [ExpressibleByExtendedGraphemeClusterLiteral](swift/expressiblebyextendedgraphemeclusterliteral.md)
- [ExpressibleByStringInterpolation](swift/expressiblebystringinterpolation.md)
- [ExpressibleByStringLiteral](swift/expressiblebystringliteral.md)
- [ExpressibleByUnicodeScalarLiteral](swift/expressiblebyunicodescalarliteral.md)

## See Also

### App Shortcut parameter presentation

- [AppShortcutParameterPresentation](appintents/appshortcutparameterpresentation.md)
- [AppShortcutParameterPresentationSummary](appintents/appshortcutparameterpresentationsummary.md)
- [AppShortcutParameterPresentationSummaryString](appintents/appshortcutparameterpresentationsummarystring.md)
- [AppShortcutParameterPresentationTitle](appintents/appshortcutparameterpresentationtitle.md)
