Bixby Developer Center

References

item-selection-question[deprecated]

optionalvalue optional

Asks the user to choose an option from the available list. The question should be appropriate to the user experience.

Dialog in item-selection-question will only be read to the user in hands-free mode.

Example

              page-content {
item-selection-question {
macro (HANDS_FREE_MOVIE_ITEM_SELECTION_QUESTION)
}
overflow-statement {
macro (HANDS_FREE_MOVIE_OVERFLOW_STATEMENT)
}
overflow-question {
macro (HANDS_FREE_MOVIE_OVERFLOW_QUESTION)
}
underflow-statement {
macro (HANDS_FREE_MOVIE_UNDERFLOW_STATEMENT)
}
}

View 721208e on GitHub

The template macro definition:

macro-def (HANDS_FREE_MOVIE_ITEM_SELECTION_QUESTION) {
content {
template ("Would you like to hear a summary for this movie?")
}
}

View 5b3e8c8 on GitHub

Child Keys

macro[deprecated]
optional
Defines a layout, a portion of a layout, or a dialog with a macro
template
optional
Text to be passed
template-macro
optional
Encapsulates dialog logic that normally would lead to duplication