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

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
item-selection-question
optional
Asks the user to choose an option from the available list
item-summary-join-mode
optional
Sets the join mode for spoken item list summaries
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
page-selection-question
optional
Asks the user to confirm if they want to choose one of the items on the current page