confirmationRequired(with:)

confirmationRequired(with:)

confirmationRequired(with:) Type Method of INSpeakableStringResolutionResult Creates an object whose resolution requires that the user must confirm the value before proceeding.

class func confirmationRequired(with stringToConfirm: INSpeakableString?) -> Self

Parameters

stringToConfirm

The value that resolves the request but must be confirmed by the user.

Return Value

A new INSpeakableStringResolutionResult object.

Discussion

Use this method when you can resolve the parameter to the specified value but you want the user to confirm that value.