Reads several items on the results list and asks the user if they'd like the next page of results read. This option is useful if the user just needs a reminder of several items at once, but doesn't necessarily need more information on a particular item.
read-many-and-next {
list-summary ("I have #{size(this)} results")
page-content {
underflow-statement (This is the first page of results)
next-item-question (Want to hear the next set?)
overflow-statement (That's all I have)
overflow-question (What would you like to do?)
}
}| list-summary optional | Summarizes the list, typically by letting the user know how many options are available |
| next-page-question[deprecated] optional | This key is deprecated |
| overflow-question[deprecated] optional | This key is deprecated |
| overflow-statement[deprecated] optional | This key is deprecated |
| page-content optional | Contains all page-related content information within a view |
| page-size optional | Determines how many items per page are read in navigation-mode, if Bixby is reading multiple items at a time |
| underflow-statement[deprecated] optional | This key is deprecated |
| with-navigation-conversation-drivers optional | Adds system-provided "next" and "previous" conversation drivers to a list navigation |
Copyright 2026 Samsung All rights reserved