Contents

result(value:opensIntent:dialog:)

Indicates the AppIntent finished performing

Declaration

static func result<Value>(value: Value, opensIntent: some AppIntent, dialog: IntentDialog) -> Self where Self == IntentResultContainer<Value, Never, Never, IntentDialog>, Value : _IntentValue

Parameters

  • value:

    The value produced by the AppIntent

  • opensIntent:

    An AppIntent to shows the result of current intent

  • dialog:

    A custom success dialog