confirmationRequired(with:)
Creates an object whose resolution requires the user to confirm the value before proceeding.
Declaration
class func confirmationRequired(with temporalEventTriggerTypeOptionsToConfirm: INTemporalEventTriggerTypeOptions = []) -> SelfParameters
- temporalEventTriggerTypeOptionsToConfirm:
The value that resolves the requested parameter of the intent. This value may be different than the one specified in the intent object.
Return Value
A new INTemporalEventTriggerTypeOptionsResolutionResult object.
Discussion
Use this method when you can’t resolve the parameter to a similar but not equal temporal event type than the one specified in the intent. Don’t use this method to resolve temporal event types that your app doesn’t support.