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

# IntentItem

A type describing a value returned from a dynamic options provider, plus information about how
to display it to users.

```
struct IntentItem<Value> where Value : _IntentValue
```

## Topics

### Initializers

[`init(Value)`](/documentation/AppIntents/IntentItem/init(_:))

Initialize an `IntentItem` and use `displayRepresentation` from `value`

[`init(Value, title: LocalizedStringResource, subtitle: LocalizedStringResource?, image: DisplayRepresentation.Image?)`](/documentation/AppIntents/IntentItem/init(_:title:subtitle:image:))

Creates an item with the specified value and visual attributes.

### Instance Properties

[`var description: DisplayRepresentation`](/documentation/AppIntents/IntentItem/description)

[`var value: Value`](/documentation/AppIntents/IntentItem/value)

### Enumerations

[`enum Builder`](/documentation/AppIntents/IntentItem/Builder)

## Relationships

### Conforms To

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

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

---

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)