Contents

init(temporalEventTriggerResolutionResult:)

Creates an object with a resolution that successfully matches the specified temporal event.

Declaration

init(temporalEventTriggerResolutionResult: INTemporalEventTriggerResolutionResult)

Parameters

  • temporalEventTriggerResolutionResult:

    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 INSetTaskAttributeTemporalEventTriggerResolutionResult object or nil if the object could not be created.

Discussion

Use this method to create a result object when you’re able to resolve the temporal event trigger for the user’s intent.

See Also

Creating a Resolution Result