requestConfirmation(for:dialog:)
Request that the user confirm the parameter value.
Declaration
final func requestConfirmation(for itemToConfirm: Value.ValueType, dialog: IntentDialog? = nil) async throws -> BoolParameters
- 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