<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntentsTesting",
  "identifier" : "/documentation/AppIntentsTesting/IntentValuePropertiesCallable",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "App Intents Testing"
    ],
    "preciseIdentifier" : "s:17AppIntentsTesting29IntentValuePropertiesCallableV"
  },
  "title" : "IntentValuePropertiesCallable"
}
-->

# IntentValuePropertiesCallable

A callable wrapper that creates app intent instances from keyword arguments.

```
@dynamicCallable struct IntentValuePropertiesCallable<T>
```

## Overview

The `IntentValuePropertiesCallable` wrapper uses the `@dynamicCallable` attribute to provide a natural
function-call syntax for setting properties on type-erased app intents instances.
Don’t create instances of this type directly. Instead, use
[`makeIntent`](/documentation/AppIntentsTesting/AppIntentDefinition/makeIntent) or [`makeEntity`](/documentation/AppIntentsTesting/TransientAppEntityDefinition/makeEntity).

## Topics

### Instance Methods

[`func dynamicallyCall(withKeywordArguments: KeyValuePairs<String, (any IntentValueExpressing)?>) -> T`](/documentation/AppIntentsTesting/IntentValuePropertiesCallable/dynamicallyCall(withKeywordArguments:))

Returns an instance of `T` by applying the provided argument values to the properties.

## Relationships

### Conforms To

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

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

---

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)