---
title: parameterSummary
framework: appintents
role: symbol
role_heading: Type Property
path: appintents/appintent/parametersummary
---

# parameterSummary

The parameter summary the Shortcuts app uses to generate shortcuts for this intent.

## Declaration

```swift
static var parameterSummary: Self.SummaryContent { get }
```

## Mentioned in

Adding parameters to an app intent Creating your first app intent

## Discussion

Discussion Use this property to create interactive descriptions of your app intent that include relevant parameter values. You can use this property to provide multiple summaries reflecting specific parameter values or combinations of values. You can also incorporate specific parameters values into your descriptions using variable substitution. The Shortcuts app uses the contents of this property to create bespoke shortcuts for your app. For information about how to create parameter summaries for an app intent, see Provide an interactive parameter summary for your intent.

## See Also

### Summarizing the parameters

- [SummaryContent](appintents/appintent/summarycontent.md)
- [parameterSummary](appintents/appintent/parametersummary-4vgic.md)
- [ParameterSummaryBuilder](appintents/parametersummarybuilder.md)
- [AppIntent.Parameter](appintents/appintent/parameter.md)
- [AppIntent.Case](appintents/appintent/case.md)
- [AppIntent.DefaultCase](appintents/appintent/defaultcase.md)
- [AppIntent.Summary](appintents/appintent/summary.md)
- [AppIntent.Switch](appintents/appintent/switch.md)
- [AppIntent.When](appintents/appintent/when.md)
- [AppIntent.Option](appintents/appintent/option.md)
