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

# buildBlock(_:_:)

## Declaration

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

## See Also

### Building predictions

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