---
title: TupleIntentPrediction
framework: appintents
role: symbol
role_heading: Structure
path: appintents/tupleintentprediction
---

# TupleIntentPrediction

A type that represents a collection of predictions for a specific app intent.

## Declaration

```swift
struct TupleIntentPrediction<Intent, T> where Intent : AppIntent
```

## Relationships

### Conforms To

- [IntentPredictionConfiguration](appintents/intentpredictionconfiguration.md)

## See Also

### Building predictions

- [buildBlock(_:)](appintents/intentpredictionsbuilder/buildblock(_:).md)
- [buildBlock(_:_:)](appintents/intentpredictionsbuilder/buildblock(_:_:).md)
- [buildBlock(_:_:_:)](appintents/intentpredictionsbuilder/buildblock(_:_:_:).md)
