Contains the additional various navigational commands and their formatted responses that a user might give Bixby. These are in addition to the standard responses provided by the platform.
navigation-commands {
next {
response (show me the next set)
response (next hotel)
response (show me more hotels)
...
}
previous {
...
}
repeat {
...
}
cancel {
...
}
item-selection-confirmation {
affirmative {
response (yes please)
response (book it)
...
}
negative {
response (nah)
...
}
}
set-selection-confirmation {
affirmative {
...
}
negative {
...
}
}
next-item-confirmation {
affirmative {
...
}
negative {
...
}
}
next-set-confirmation {
affirmative {
...
}
negative {
...
}
}
}
cancel optional | Contains the various cancellation commands (and their formatted responses) that a user might give Bixby |
item-selection-confirmation optional | Contains the various commands that a user might give Bixby to confirm an item selection |
next optional | Contains the various responses a user might say to indicate they want to hear the next page or next item |
next-item-confirmation optional | Contains the various commands a user might say to confirm that they want the next item |
next-page-confirmation optional | Contains the various commands a user might say to confirm they want the next page |
page-selection-confirmation optional | Contains the various commands a user might say to confirm that they want an item on the current page |
previous optional | Contains the various responses a user might say to indicate they want to hear the previous item or previous page |
repeat optional | Contains the various responses a user might say if they want to repeat the current item or page |
select-none optional | Contains the various conversation responses if a user wants to select none of the options within the given list |