Bixby Developer Center

References

on-empty

optional

Determines what happens when the minimal cardinality is not met.

input (myInput) {
type (MyType)
min (Required) {
on-empty {
if (condition) {
prompt | halt
}
}
}
}

Child Keys

halt
optional
Halts execution of the action with the invalid input and displays an error message
prompt
optional
A prompt to ask for a new value for the invalid input