<!--
{
  "availability" : [
    "iOS: 18.2.0 -",
    "iPadOS: 18.2.0 -",
    "macCatalyst: -",
    "macOS: 15.2.0 -",
    "tvOS: 18.2.0 -",
    "visionOS: 2.2.0 -",
    "watchOS: 11.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/IntentResult/result(value:opensIntent:content:)-2f6ht",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "App Intents",
      "SwiftUI",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents12IntentResultP01_aB8_SwiftUIE6result5value05opensC07contentAA0cD9ContainerVyqd__s5NeverOAA012_SnippetViewK0VALGqd___qd_1_qd_0_yXEtAORszAA01_C5ValueRd__0eF00N0Rd_0_AA0aC0Rd_1_r1_lFZ"
  },
  "title" : "result(value:opensIntent:content:)"
}
-->

# result(value:opensIntent:content:)

Indicates the `AppIntent` finished performing

```
static func result<Value, Content>(value: Value, opensIntent: some AppIntent, @ViewBuilder content: () -> Content) -> Self where Self == IntentResultContainer<Value, Never, _SnippetViewContainer, Never>, Value : _IntentValue, Content : View
```

## Parameters

`value`

The value produced by the `AppIntent`

`opensIntent`

An `AppIntent` to shows the result of current intent

`content`

A custom View to display the result

---

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)