Contents

requestConfirmation(for:dialog:)

Use requestConfirmation when you need to the ask user to confirm the parameter value.

Declaration

func requestConfirmation(for itemToConfirm: Value.ValueType, dialog: IntentDialog? = nil) async throws -> Bool

Parameters

  • itemToConfirm:

    The items to be presented to the user for confirmation

  • dialog:

    A custom dialog that may be used when prompting the user for the value

Return Value

Whether or not the user confirmed the value