notRequired()
Creates an object whose resolution indicates that you don’t need the value of the parameter.
Declaration
class func notRequired() -> SelfReturn Value
A new resolution result object.
Discussion
Use this method when you don’t need or use the value of a parameter to process an intent object. When you return a resolution object of this type, Siri ends the resolution process for the parameter.