<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/IntentParameter/init(description:default:displayStyle:requestValueDialog:inputConnectionBehavior:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents15IntentParameterCAASo11CLPlacemarkC9ValueTypeRtzrlE11description7default12displayStyle07requestF6Dialog23inputConnectionBehaviorACyxG10Foundation23LocalizedStringResourceVSg_09UnwrappedG0QzSgAC016PlacemarkDisplayK0Oyx_GYtAA0cM0VSgAA05InputoP0OYttcfc"
  },
  "title" : "init(description:default:displayStyle:requestValueDialog:inputConnectionBehavior:)"
}
-->

# init(description:default:displayStyle:requestValueDialog:inputConnectionBehavior:)

Creates an app intent parameter.

```
convenience init(description: LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, displayStyle: IntentParameter<Value>.PlacemarkDisplayStyle = .name, requestValueDialog: IntentDialog? = nil, inputConnectionBehavior: InputConnectionBehavior = .default)
```

## Parameters

`description`

Additional details about this parameter.

`defaultValue`

The default value for this parameter. People can specify a different value.

`displayStyle`

The component of a selected location to display, such as a city or street address.

`requestValueDialog`

A prompt that asks a person to provide the parameter value.

`inputConnectionBehavior`

An enum that indicates how this parameter receives the output from a preceding app intent.

---

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)