Bixby Developer Center

References

read-many-and-next

optional

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.

Example

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?)
}
}

Child Keys

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 statement is read when users try to access a previous item or page, but are currently on the first item in the list and cannot go back any further
with-navigation-conversation-drivers
optional
Adds system-provided "next" and "previous" conversation drivers to a list navigation