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

# result(opensIntent:dialog:view:)

Indicates the `AppIntent` finished performing

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

## Parameters

`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)