Reads an item from the given list and asks the user if they want to hear the next item on the list. This is useful for reading out results, like the contents from text messages, but do not expect the user to need more details about a given item.
read-one-and-next {
underflow-statement (This is the first candidate)
list-summary ("I have #{size(this)} results")
next-item-question (Want to hear the next one?)
overflow-statement (That's all I have)
overflow-question (What do you want to do?)
}
list-summary optional | Summarizes the list, typically by letting the user know how many options are available |
next-item-question[deprecated] optional | Asks the reader if they'd like the next item on the list read to them |
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 |
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 2025 Samsung All rights reserved