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.
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)
}
}
The template macro definition:
macro-def (HANDS_FREE_MOVIE_OVERFLOW_QUESTION) {
content {
template ("Which movie would you like?")
}
}
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 |
Copyright 2025 Samsung All rights reserved