Creates an object whose resolution requires that the user must confirm the value before proceeding.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
- Xcode 8.0+
Framework
- Intents
Declaration
Parameters
valueToConfirm
The value that resolves the request but that must be confirmed by the user.
Return Value
A new INBoolean
object.
Discussion
Use this method when you can resolve the parameter to a single value but want the user to confirm that value.