When displaying an instance of INUIAddVoiceShortcutViewController
, I want to let one of the shortcut's intent's parameters (of type Decimal
) default to Ask Each Time
.
Right now, it defaults to the Default Value
value in the .intentdefinition
file. (This field resets to 0
if left blank.)
Is there any way to define an intent such that when it's instantiated in a shortcut, it has a parameter that defaults to Ask Each Time
?