---
title: ParameterSummary
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/parametersummary
---

# ParameterSummary

An interface for defining the visual representation of an app intent’s parameters.

## Declaration

```swift
protocol ParameterSummary
```

## Overview

Overview For more information about using parameters and providing a parameter summary, see Provide an interactive parameter summary for your intent.

## Topics

### Associated Types

- [Intent](appintents/parametersummary/intent.md)

## Relationships

### Conforming Types

- [IntentParameterSummary](appintents/intentparametersummary.md)
- [ParameterSummarySwitchCondition](appintents/parametersummaryswitchcondition.md)
- [ParameterSummaryWhenCondition](appintents/parametersummarywhencondition.md)

## See Also

### Shortcuts support

- [IntentParameterSummary](appintents/intentparametersummary.md)
- [ParameterSummaryString](appintents/parametersummarystring.md)
- [ParameterSummaryWhenCondition](appintents/parametersummarywhencondition.md)
- [ParameterSummarySwitchCondition](appintents/parametersummaryswitchcondition.md)
- [ParameterSummaryCaseCondition](appintents/parametersummarycasecondition.md)
- [ParameterSummaryDefaultCaseCondition](appintents/parametersummarydefaultcasecondition.md)
