Bixby Developer Center

References

on-confirm

required

Determines Bixby's response after the user confirms a follow-up prompt. This can include the intent to pass, if the user confirms to do the follow-up action, and a message to be rendered for the user. You must define a response for Bixby, either as an intent or a message.

Example

on-confirm {
if (false) {
message (huh?)
} else {
intent {
goal: IncrementStruct
value: MyStruct$expr(this)
}
}
}

Child Keys

intent
optional
A set of signals that the Bixby planner interprets to create a plan
message
optional
Message to give a user after they respond to a follow-up