<!--
{
  "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:controlStyle:inclusiveRange:requestValueDialog:inputConnectionBehavior:)-2bbg1",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents15IntentParameterCAASi9ValueTypeRtzrlE11description7default12controlStyle14inclusiveRange07requestE6Dialog23inputConnectionBehaviorACyxG10Foundation23LocalizedStringResourceVSg_09UnwrappedF0QzSgYtAC010IntControlJ0Oyx_GYtSi10lowerBound_Si05upperZ0tSgYtAA0cN0VSgAA05InputpQ0OYttcfc"
  },
  "title" : "init(description:default:controlStyle:inclusiveRange:requestValueDialog:inputConnectionBehavior:)"
}
-->

# init(description:default:controlStyle:inclusiveRange:requestValueDialog:inputConnectionBehavior:)

Creates an app intent parameter.

```
convenience init(description: LocalizedStringResource? = nil, default defaultValue: Value.UnwrappedType? = nil, controlStyle: IntentParameter<Value>.IntControlStyle = .stepper, inclusiveRange: IntentParameter<Value>.InclusiveRange<Value.ValueType>? = nil, 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.

`controlStyle`

The type of user input control for this parameter.

`inclusiveRange`

The allowed minimum and maximum values for this parameter.

`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)