Effect that prompts the user for an input.
on-catch {
//prompt for matched items, clear searchTerm
prompt (items) {
required-value (true)
single-value (true)
candidates (matches)
}
}
| allow-other optional | Determines if the user can choose any arbitrary valid values for the input or should only choose from the candidate values |
| candidates optional | Candidate values for the input |
| dialog optional | An output dialog template that should be rendered upon prompting |
| max[deprecated] optional | This key is deprecated |
| min[deprecated] optional | This key is deprecated |
| mode[deprecated] optional | This key is deprecated |
| prompt-behavior optional | A behavioral mode that modifies how the system will prompt on the input or at a prompt during plan execution time |
| required-value optional | Restrict the minimum cardinality of the related input based on a boolean expression |
| single-value optional | Restrict the maximum cardinality of the related input based on a boolean expression |
Copyright 2026 Samsung All rights reserved