Bixby Developer Center

Guides

6774 (Prompt Mode)

Because most capsules currently use the default mode of replace, we've deprecated the mode key within prompt.

Old:

...
error (MultipleItemsMatched) {
property (candidates) {
type (FoodName)
min (Required)
max (Many)
}
on-catch {
prompt (menuItemName) {
min (1)
max (1)
mode (Replace)
candidates (candidates)
}
}
}
...

Deprecation Stages

Learn more about the deprecation stages.

  • Stage 1: R19N
  • Stage 2: R19O
  • End of Life: R19P