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.
abort-options {
on-abort {
intent { //The intent to execute when user aborts the confirmation
goal {CheckStatus}
}
}
label {
template ("No")
}
}
abort-options {
label {
macro (KeepIt)
}
Copyright 2025 Samsung All rights reserved