Bixby Developer Center

References

avoid-page-selection-command-due-to-ambiguity

optionalvalue optional

When the same utterance can be used as both a page selection and a next page navigation command, it will be treated as a next page command, unless Bixby's last prompt was a page selection prompt.

This flag is not enabled by default.

Example

capsule {
...
runtime-version (9) {
overrides {
avoid-page-selection-command-due-to-ambiguity (true)
...
}
}
}