<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/IntentChoiceOption/init(title:style:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents18IntentChoiceOptionV5title5styleAC10Foundation23LocalizedStringResourceV_AC5StyleVtcfc"
  },
  "title" : "init(title:style:)"
}
-->

# init(title:style:)

Creates a new option for a person to choose to continue an app intent.

```
init(title: LocalizedStringResource, style: IntentChoiceOption.Style = .default)
```

## Parameters

`title`

The localized text to display for this option.

`style`

The visual style to apply; for example,  `AppIntents/IntentChoiceOption/destructive`
or [`cancel`](/documentation/AppIntents/IntentChoiceOption/cancel).
By default, the `style` for an intent choice option is `AppIntents/IntentChoiceOption/default`.

---

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)