---
title: "buildBlock(_:_:_:)"
framework: appintents
role: symbol
role_heading: Type Method
path: "appintents/intentpredictionsbuilder/buildblock(_:_:_:)"
---

# buildBlock(_:_:_:)

## Declaration

```swift
static func buildBlock<A0, A1, A2>(_ a0: A0, _ a1: A1, _ a2: A2) -> TupleIntentPrediction<A0.Intent, (A0, A1, A2)> where Intent == A0.Intent, A0 : IntentPredictionConfiguration, A1 : IntentPredictionConfiguration, A2 : IntentPredictionConfiguration, A0.Intent == A1.Intent, A1.Intent == A2.Intent
```

## See Also

### Building predictions

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