---
title: "result(dialog:)"
framework: appintents
role: symbol
role_heading: Type Method
path: "appintents/intentresult/result(dialog:)"
---

# result(dialog:)

Indicates the AppIntent finished performing

## Declaration

```swift
static func result(dialog: IntentDialog) -> Self where Self == IntentResultContainer<Never, Never, Never, IntentDialog>
```

## Parameters

- `dialog`: A custom success dialog
