---
title: "init(_:_:)"
framework: appintents
role: symbol
role_heading: Initializer
path: "appintents/intentparameterdependency/init(_:_:)"
---

# init(_:_:)

## Declaration

```swift
convenience init<V0, P0, V1, P1>(_ k0: KeyPath<Intent, P0>, _ k1: KeyPath<Intent, P1>) where V0 : _IntentValue, V0 : Sendable, P0 : IntentParameter<V0>, V1 : _IntentValue, V1 : Sendable, P1 : IntentParameter<V1>
```
