---
title: IntentPerson.ParameterMode
framework: appintents
role: symbol
role_heading: Enumeration
path: appintents/intentperson/parametermode
---

# IntentPerson.ParameterMode

The type of interface to show when someone chooses a parameter that contains information about a person.

## Declaration

```swift
enum ParameterMode
```

## Topics

### Getting the interface type

- [IntentPerson.ParameterMode.contact](appintents/intentperson/parametermode/contact.md)
- [IntentPerson.ParameterMode.email](appintents/intentperson/parametermode/email.md)
- [IntentPerson.ParameterMode.emailOrPhone](appintents/intentperson/parametermode/emailorphone.md)
- [IntentPerson.ParameterMode.phone](appintents/intentperson/parametermode/phone.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)

## See Also

### Getting identifying information

- [handle](appintents/intentperson/handle-swift.property.md)
- [aliases](appintents/intentperson/aliases.md)
- [isMe](appintents/intentperson/isme.md)
- [image](appintents/intentperson/image.md)
- [IntentPerson.Handle](appintents/intentperson/handle-swift.struct.md)
