---
title: "init(_:table:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/appshortcutparameterpresentationsummary/init(_:table:)"
---

# init(_:table:)

Initializes a presentation summary with the specified parameters.

## Declaration

```swift
init(_ summaryString: AppShortcutParameterPresentationSummaryString<Intent, Value, Parameter, ParameterKeyPath>, table: StaticString? = nil)
```

## Parameters

- `summaryString`: Represents the summary of the doc://com.apple.AppIntents/documentation/AppIntents/AppShortcutParameterPresentation. Example: “Call (.$person)”.
- `table`: An optional StaticString representing the table to use when localizing the summary.
