Bixby Developer Center

References

page-content

optionalvalue optional

Contains all page-related content information within a view. If a variable is supplied, the current page will be bound to that variable for use within the page-content block.

Example

            page-content {
item-selection-question {
macro (HANDS_FREE_PERSON_ITEM_SELECTION_QUESTION)
}
overflow-statement {
macro (HANDS_FREE_PERSON_OVERFLOW_STATEMENT)
}
overflow-question {
macro (HANDS_FREE_PERSON_OVERFLOW_QUESTION)
}
underflow-statement {
macro (HANDS_FREE_PERSON_UNDERFLOW_STATEMENT)
}
}

View 721208e on GitHub

Child Keys

next-item-question
required
Asks the reader if they'd like the next item on the list read to them
overflow-statement
required
If the user tries to ask for the next item or page but has reached the end of the list, this statement lets the user know that there are no more options
underflow-statement
required
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
overflow-question
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
page-marker
optional
Provides spoken guidance during list navigation to indicate which page of items the user is currently on