Bixby Developer Center

References

modal-prompt

optionalvalue required

Determines how Bixby responds if a user gives an off-topic response to a prompt.

  • If set to true, then off-topic responses are not reinterpreted. The user is re-prompted.
  • If set to false (default), then off-topic responses are reinterpreted.

The modal-prompt key can be set in an input view or a confirmation view.

Example

confirmation-view {
...
modal-prompt ("$user.country == 'ko'")
}