---
title: SummaryContent
framework: appintents
role: symbol
role_heading: Associated Type
path: appintents/appintent/summarycontent
---

# SummaryContent

The type of parameter summary representing this intent.

## Declaration

```swift
associatedtype SummaryContent : ParameterSummary
```

## Discussion

Discussion When you create an intent, Swift infers this type from your implementation of the parameterSummary property.

## See Also

### Summarizing the parameters

- [parameterSummary](appintents/appintent/parametersummary.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)
