Bixby Developer Center

References

overflow-question

optionalvalue optional

If the user tries to ask for the next item or page but has reached the end of the list, Bixby asks this question to help guide the user back on track. This key is used with the overflow-statement 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_QUESTION) {
content {
template ("Which movie would you like?")
}
}

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