Bixby Developer Center

References

abort-options

optional

Container for the abort options, which determines what happens if a user aborts a choice. The label is the text shown in the on-abort action button.

You should specify abort-options with a complementary confirm-options action button. The abort action button should allow users to continue their conversation with Bixby.

Examples

  abort-options {
on-abort {
intent { //The intent to execute when user aborts the confirmation
goal {CheckStatus}
}
}
label {
template ("No")
}
}

View 9e597a8 on GitHub

   abort-options {
label {
macro (KeepIt)
}

View 84cc015 on GitHub

Child Keys

label
optional
Text applied to action button in a confirmation view
on-abort
optional
The plan to execute if user aborts the action