Contents

result(value:actionButtonIntent:dialog:)

Indicates the Intent finished performing with an AppIntent to continue with

Declaration

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

Parameters

  • value:

    The value produced by the AppIntent

  • actionButtonIntent:

    The AppIntent used perform next

  • dialog:

    A custom success dialog