<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/IntentPerson/ParameterMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents12IntentPersonV13ParameterModeO"
  },
  "title" : "IntentPerson.ParameterMode"
}
-->

# IntentPerson.ParameterMode

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

```
enum ParameterMode
```

## Topics

### Getting the interface type

[`case contact`](/documentation/AppIntents/IntentPerson/ParameterMode/contact)

The parameter shows an interface allowing the user to pick a contact

[`case email`](/documentation/AppIntents/IntentPerson/ParameterMode/email)

The parameter shows an interface allowing the user to pick an email

[`case emailOrPhone`](/documentation/AppIntents/IntentPerson/ParameterMode/emailOrPhone)

The parameter shows an interface allowing the user to pick an email or phone number

[`case phone`](/documentation/AppIntents/IntentPerson/ParameterMode/phone)

The parameter shows an interface allowing the user to pick a phone number

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Escapable`](/documentation/Swift/Escapable)

[`Copyable`](/documentation/Swift/Copyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)