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

# AnyIntentValue

A type the system uses to access a parameter or property value.

```
protocol AnyIntentValue : Sendable
```

## Topics

### Getting the value type

[`associatedtype Value : _IntentValue, Sendable`](/documentation/AppIntents/AnyIntentValue/Value)

### Getting type-specific information

[`var title: LocalizedStringResource`](/documentation/AppIntents/AnyIntentValue/title)

[`var isOptional: Bool`](/documentation/AppIntents/AnyIntentValue/isOptional)

## Relationships

### Inherits From

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

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

### Conforming Types

[`IntentParameter`](/documentation/AppIntents/IntentParameter)

[`EntityProperty`](/documentation/AppIntents/EntityProperty)

[`IntentParameterContext`](/documentation/AppIntents/IntentParameterContext)

---

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)