---
title: parameterClass
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inparameter/parameterclass
---

# parameterClass

The type of object represented by this parameter.

## Declaration

```swift
var parameterClass: AnyClass { get }
```

## Discussion

Discussion When fetching the parameter’s value, you can use the class information in this property to obtain the type information for that value.

## See Also

### Getting the Parameter Details

- [parameterKeyPath](intents/inparameter/parameterkeypath.md)
