<!--
{
  "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",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents18IntentChoiceOptionV"
  },
  "title" : "IntentChoiceOption"
}
-->

# IntentChoiceOption

A structure representing an entry in a list of options for a person to choose from before an app intent resumes its action.

```
struct IntentChoiceOption
```

## Overview

Each option includes display text and an optional style that influences its visual presentation.
For example, an option for deleting a file might use a text and style to communicate its destructive action.

## Topics

### Structures

[`struct Style`](/documentation/AppIntents/IntentChoiceOption/Style-swift.struct)

Defines the visual style and semantic meaning of an [`IntentChoiceOption`](/documentation/AppIntents/IntentChoiceOption).

### Initializers

[`init(title: LocalizedStringResource, style: IntentChoiceOption.Style)`](/documentation/AppIntents/IntentChoiceOption/init(title:style:))

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

### Instance Properties

[`let style: IntentChoiceOption.Style`](/documentation/AppIntents/IntentChoiceOption/style-swift.property)

The style applied to the option, affecting its visual appearance in the system UI.

[`let title: LocalizedStringResource`](/documentation/AppIntents/IntentChoiceOption/title)

The localized text displayed for this option.

### Type Properties

[`static var cancel: IntentChoiceOption`](/documentation/AppIntents/IntentChoiceOption/cancel)

A system-provided option that cancel the app intent.

## Relationships

### Conforms To

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

---

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)