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

# init(_:)

## Declaration

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