---
title: "result(value:opensIntent:)"
framework: appintents
role: symbol
role_heading: Type Method
path: "appintents/intentresult/result(value:opensintent:)-1mbbt"
---

# result(value:opensIntent:)

Indicates the AppIntent finished performing

## Declaration

```swift
static func result<Value, OpensAppIntent>(value: Value, opensIntent: OpensAppIntent) -> Self where Self == IntentResultContainer<Value, OpensAppIntent, Never, Never>, Value : _IntentValue, OpensAppIntent : AppIntent
```

## Parameters

- `value`: The value produced by the AppIntent
- `opensIntent`: An AppIntent to shows the result of current intent
