The specific selection pattern to include in your hands-free list navigation. You should express each pattern as Aligned NL. Bixby is expecting exactly one phrase labeled as [viv.core.OrdinalSelector]
, [viv.core.CardinalSelector]
, [viv.core.VoiceSelectionQuery]
, or [v:viv.core.ToggleSelector]
, depending on the kind of pattern being defined.
This example is for ordinal-selection-patterns
:
ordinal-selection-patterns {
pattern ("(first)[v:viv.core.OrdinalSelector]")
pattern ("the (first)[v:viv.core.OrdinalSelector] one")
pattern ("result number (one)[v:viv.core.CardinalSelector:1]")
}
These examples are for voice-content-selection-patterns
:
voice-content-selection-patterns {
pattern ("(john)[v:viv.core.VoiceSelectionQuery] contact")
pattern ("(john)[v:viv.core.VoiceSelectionQuery] number")
}
voice-content-selection-patterns {
pattern ("the event at (X)[v:viv.core.VoiceSelectionQuery]")
pattern ("the flight from (X)[v:viv.core.VoiceSelectionQuery]")
}
Copyright 2025 Samsung All rights reserved