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

# result(view:)

Indicates the AppIntent finished performing

## Declaration

```swift
static func result<Content>(view: Content = EmptyView()) -> Self where Self == IntentResultContainer<Never, Never, _SnippetViewContainer, Never>, Content : View
```

## Parameters

- `view`: A custom View to display the result
