<!--
{
  "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:dialog:view:)-88j6a",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "App Intents",
      "SwiftUI",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents12IntentResultP01_aB8_SwiftUIE6result5value05opensC06dialog4viewAA0cD9ContainerVyqd__s5NeverOAA012_SnippetViewL0VAA0C6DialogVGqd___qd_1_AQqd_0_tARRszAA01_C5ValueRd__0eF00O0Rd_0_AA0aC0Rd_1_r1_lFZ"
  },
  "title" : "result(value:opensIntent:dialog:view:)"
}
-->

# result(value:opensIntent:dialog:view:)

Indicates the `AppIntent` finished performing

```
static func result<Value, Content>(value: Value, opensIntent: some AppIntent, dialog: IntentDialog, view: Content = EmptyView()) -> Self where Self == IntentResultContainer<Value, Never, _SnippetViewContainer, IntentDialog>, Value : _IntentValue, Content : View
```

## Parameters

`value`

The value produced by the `AppIntent`

`opensIntent`

An `AppIntent` to shows the result of current intent

`dialog`

A custom success dialog

`view`

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)