Bixby Developer Center

References

overflow-statement

requiredvalue optional

If the user tries to ask for the next item or page but has reached the end of the list, this statement lets the user know that there are no more options. This key is used with the overflow-question key.

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_OVERFLOW_STATEMENT) {
content {
template ("These are all the movies I have.")
}
}

View 5b3e8c8 on GitHub

Child Keys

macro
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