---
title: parameterKeyPath
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inparameter/parameterkeypath
---

# parameterKeyPath

The key path to a property of an interaction object.

## Declaration

```swift
var parameterKeyPath: String { get }
```

## Discussion

Discussion This string defines the location of a property in an INInteraction object. For example, in the pickup location of a ride request intent, the key path would be represented by the string pickupLocation.

## See Also

### Getting the Parameter Details

- [parameterClass](intents/inparameter/parameterclass.md)
