Bixby Developer Center

References

voice-content-selection-patterns

optional

Contains various optional voice content selection patterns you can customize. Exact matches are prioritized. Each pattern must exactly contain one [v:viv.core.VoiceSelectionQuery] value signal and no other signals.

So for example, voice-content-selection-patterns are used to let the user select a list item by the displayed content. By adding the flight from (X)[v:viv.core.VoiceSelectionQuery], the platform will be able to interpret all selections by the user no matter the actual value (such as "the flight from Berlin" or "the flight from Munich").

Examples

navigation-support {
match: _
...
voice-content-selection-patterns {
pattern ("(john)[v:viv.core.VoiceSelectionQuery] contact")
pattern ("(john)[v:viv.core.VoiceSelectionQuery] number")
}
}

Child Keys

pattern
optional
The specific selection pattern to include in your hands-free list navigation