---
title: "init(specific:generic:table:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/appshortcutparameterpresentationtitle/init(specific:generic:table:)"
---

# init(specific:generic:table:)

Initializes an AppShortcutParameterPresentationTitle with the specified parameters.

## Declaration

```swift
init(specific: AppShortcutParameterPresentationTitleString<Intent, Value, Parameter, ParameterKeyPath>, generic: StaticString, table: StaticString? = nil)
```

## Parameters

- `specific`: An AppShortcutParameterPresentationTitleString representing the specific title of the AppShortcutParameterPresentation. Example: "Call \(\.$person)".
- `generic`: A StaticString representing the generic title of the AppShortcutParameterPresentation. Example: "Call Person...".
- `table`: An optional StaticString representing the table to use when localizing the title.
